diff options
Diffstat (limited to 'llvm/lib/Target/X86/Printer.cpp')
| -rw-r--r-- | llvm/lib/Target/X86/Printer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/Printer.cpp b/llvm/lib/Target/X86/Printer.cpp index 88aa89c2eb7..1a42ed86f84 100644 --- a/llvm/lib/Target/X86/Printer.cpp +++ b/llvm/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 |

