Fix last bits of MC layer issues. llvm-mc doesn't need to initialize TargetMachine...
[oota-llvm.git] / lib / Target / X86 / AsmParser / X86AsmLexer.cpp
index 40a100b390397cfe5b697159dabbc26e1709e6a2..4022747448bd18b64a2956a60a660ba9b83ddfd5 100644 (file)
@@ -60,7 +60,7 @@ protected:
     }
   }
 public:
-  X86AsmLexer(const Target &T, const MCAsmInfo &MAI)
+  X86AsmLexer(const Target &T, const MCRegisterInfo &MRI, const MCAsmInfo &MAI)
     : TargetAsmLexer(T), AsmInfo(MAI), tentativeIsValid(false) {
   }
 };