From 2d320867494351031216d76c5b3e6a2789461881 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 19 Aug 2009 06:36:30 +0000 Subject: [PATCH] ExuberantAsm is no more. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79409 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/AsmPrinter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;