diff options
| author | Chris Lattner <sabre@nondot.org> | 2002-10-28 23:55:19 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2002-10-28 23:55:19 +0000 |
| commit | 1303f2f0574257f3ff5d3a82f97ff087f01559aa (patch) | |
| tree | 1e203e8921a7898f4bee65ceafc61b0160826ec3 /llvm/lib/Target/X86/Printer.cpp | |
| parent | 820b037815c1fd720f83c27d3856c68fb8808463 (diff) | |
| download | bcm5719-llvm-1303f2f0574257f3ff5d3a82f97ff087f01559aa.tar.gz bcm5719-llvm-1303f2f0574257f3ff5d3a82f97ff087f01559aa.zip | |
Initial stab at MachineInstr'ication
llvm-svn: 4367
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 |

