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

Owen Anderson resistor at mac.com
Wed Jun 24 15:59:05 PDT 2009


Author: resistor
Date: Wed Jun 24 17:58:48 2009
New Revision: 74135

URL: http://llvm.org/viewvc/llvm-project?rev=74135&view=rev
Log:
Didn't mean to commit this part.

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=74135&r1=74134&r2=74135&view=diff

==============================================================================
--- llvm/trunk/include/llvm/CodeGen/AsmPrinter.h (original)
+++ llvm/trunk/include/llvm/CodeGen/AsmPrinter.h Wed Jun 24 17:58:48 2009
@@ -114,9 +114,6 @@
     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,





More information about the llvm-commits mailing list