1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Didn't mean to commit this part.

llvm-svn: 74135
This commit is contained in:
Owen Anderson 2009-06-24 22:58:48 +00:00
parent 7b32a5b971
commit 6572371340

View File

@ -115,9 +115,6 @@ namespace llvm {
mutable const Function *LastFn;
mutable unsigned Counter;
// Private state for dump()
static unsigned IndentLevel;
protected:
explicit AsmPrinter(raw_ostream &o, TargetMachine &TM,
const TargetAsmInfo *T, CodeGenOpt::Level OL, bool V);