From: Chris Lattner Date: Wed, 19 Aug 2009 06:36:30 +0000 (+0000) Subject: ExuberantAsm is no more. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2d320867494351031216d76c5b3e6a2789461881;p=oota-llvm.git ExuberantAsm is no more. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79409 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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;