diff --git a/include/llvm/CodeGen/AsmPrinter.h b/include/llvm/CodeGen/AsmPrinter.h index 617f0ee668c..11ae1e027a6 100644 --- a/include/llvm/CodeGen/AsmPrinter.h +++ b/include/llvm/CodeGen/AsmPrinter.h @@ -70,7 +70,7 @@ namespace llvm { typedef gcp_map_type::iterator gcp_iterator; gcp_map_type GCMetadataPrinters; - /// If ExuberantAsm is set, a pointer to the loop info for this + /// If VerboseAsm is set, a pointer to the loop info for this /// function. /// MachineLoopInfo *LI;