remove a dead bool.
authorChris Lattner <sabre@nondot.org>
Wed, 16 Sep 2009 00:24:31 +0000 (00:24 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 16 Sep 2009 00:24:31 +0000 (00:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81968 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/AsmPrinter.h

index 375b260c135e73b69d7f2120b1a42074944e18cf..d38806510172003f8df6ba1cc22e5dd579b69b42 100644 (file)
@@ -134,11 +134,6 @@ namespace llvm {
     ///
     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;