Remove unused private fields found by clang's new -Wunused-private-field.
[oota-llvm.git] / lib / Target / MBlaze / MBlazeAsmPrinter.cpp
index 72c336557df39c3438fbe16809218d7ad931e7ed..7269697ac2278097c5cc96835e4692754acffd8e 100644 (file)
@@ -187,7 +187,7 @@ void MBlazeAsmPrinter::EmitFunctionBodyEnd() {
 
 //===----------------------------------------------------------------------===//
 void MBlazeAsmPrinter::EmitInstruction(const MachineInstr *MI) {
-  MBlazeMCInstLower MCInstLowering(OutContext, *Mang, *this);
+  MBlazeMCInstLower MCInstLowering(OutContext, *this);
 
   MCInst TmpInst;
   MCInstLowering.Lower(MI, TmpInst);