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 | acc70c66c618b2a834f0fde8bc53239224f31ac4 (patch) | |
tree | 3d05b5f53df600699541ca6168cde4bd9507af77 | |
parent | 696d486e629cb3747d0641d03fd63dbf37a0b18f (diff) | |
download | external_llvm-acc70c66c618b2a834f0fde8bc53239224f31ac4.zip external_llvm-acc70c66c618b2a834f0fde8bc53239224f31ac4.tar.gz external_llvm-acc70c66c618b2a834f0fde8bc53239224f31ac4.tar.bz2 |
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 9f74452..105d773 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, |