diff options
author | Owen Anderson <resistor@mac.com> | 2009-06-24 22:58:48 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2009-06-24 22:58:48 +0000 |
commit | 2b2000174b5b6d0faa1f90bc14a5309312622474 (patch) | |
tree | 3d05b5f53df600699541ca6168cde4bd9507af77 | |
parent | 04c05f7630f33e092ae268a19de1b1a76d31785f (diff) |
Didn't mean to commit this part.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74135 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/CodeGen/AsmPrinter.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/CodeGen/AsmPrinter.h b/include/llvm/CodeGen/AsmPrinter.h index 9f74452c59..105d773040 100644 --- a/include/llvm/CodeGen/AsmPrinter.h +++ b/include/llvm/CodeGen/AsmPrinter.h @@ -114,9 +114,6 @@ namespace llvm { mutable const MachineInstr *LastMI; mutable const Function *LastFn; mutable unsigned Counter; - - // Private state for dump() - static unsigned IndentLevel; protected: explicit AsmPrinter(raw_ostream &o, TargetMachine &TM, |