diff options
| author | Chris Lattner <sabre@nondot.org> | 2009-09-16 00:24:31 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2009-09-16 00:24:31 +0000 |
| commit | 24620fa1742cd4fbfd9c02075dcc5a6ea1736680 (patch) | |
| tree | e10ac4b89f820eef97e8570f67e0175b585ce154 /include/llvm/CodeGen | |
| parent | 1c90c6f1c530e22aea5be055004b2517e77a0f02 (diff) | |
remove a dead bool.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81968 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen')
| -rw-r--r-- | include/llvm/CodeGen/AsmPrinter.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/llvm/CodeGen/AsmPrinter.h b/include/llvm/CodeGen/AsmPrinter.h index 375b260c13..d388065101 100644 --- a/include/llvm/CodeGen/AsmPrinter.h +++ b/include/llvm/CodeGen/AsmPrinter.h @@ -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; |
