Reapply TargetRegistry refactoring commits.
[oota-llvm.git] / lib / Target / X86 / X86.h
index ead4ce1f3f8b9e7f7e3d6934089a51ea991bfe48..457e18ab0f3da9976062ae470e5ced2f99e41ba4 100644 (file)
@@ -47,7 +47,7 @@ FunctionPass *createX87FPRegKillInserterPass();
 /// using the given target machine description.
 ///
 FunctionPass *createX86CodePrinterPass(formatted_raw_ostream &o,
-                                       X86TargetMachine &tm,
+                                       TargetMachine &tm,
                                        bool Verbose);
 
 /// createX86CodeEmitterPass - Return a pass that emits the collected X86 code