[llvm-commits] [llvm] r81968 - /llvm/trunk/include/llvm/CodeGen/AsmPrinter.h

Chris Lattner sabre at nondot.org
Tue Sep 15 17:24:31 PDT 2009


Author: lattner
Date: Tue Sep 15 19:24:31 2009
New Revision: 81968

URL: http://llvm.org/viewvc/llvm-project?rev=81968&view=rev
Log:
remove a dead bool.

Modified:
    llvm/trunk/include/llvm/CodeGen/AsmPrinter.h

Modified: llvm/trunk/include/llvm/CodeGen/AsmPrinter.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/AsmPrinter.h?rev=81968&r1=81967&r2=81968&view=diff

==============================================================================
--- llvm/trunk/include/llvm/CodeGen/AsmPrinter.h (original)
+++ llvm/trunk/include/llvm/CodeGen/AsmPrinter.h Tue Sep 15 19:24:31 2009
@@ -134,11 +134,6 @@
     ///
     bool VerboseAsm;
 
-    /// ExuberantAsm - Emit many more comments in assembly output if
-    /// this is true.
-    ///
-    bool ExuberantAsm;
-
     /// Private state for PrintSpecial()
     // Assign a unique ID to this machine instruction.
     mutable const MachineInstr *LastMI;





More information about the llvm-commits mailing list