Initial stab at MachineInstr'ication


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4367 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/X86/Printer.cpp b/lib/Target/X86/Printer.cpp
index 88aa89c..1a42ed8 100644
--- a/lib/Target/X86/Printer.cpp
+++ b/lib/Target/X86/Printer.cpp
@@ -13,7 +13,7 @@
 /// the function is in SSA form or not, although when in SSA form, we obviously
 /// don't care about being consumable by an assembler.
 ///
-void X86PrintCode(const MFunction *MF, std::ostream &O) {
+void X86PrintCode(const MachineFunction *MF, std::ostream &O) {
   O << "x86 printing not implemented yet!\n";
 
   // This should use the X86InstructionInfo::print method to print assembly for