diff options
Diffstat (limited to 'lib/Target/X86/X86InstrInfo.cpp')
-rw-r--r-- | lib/Target/X86/X86InstrInfo.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/Target/X86/X86InstrInfo.cpp b/lib/Target/X86/X86InstrInfo.cpp index c81ddb1900..e54883395d 100644 --- a/lib/Target/X86/X86InstrInfo.cpp +++ b/lib/Target/X86/X86InstrInfo.cpp @@ -25,9 +25,3 @@ X86InstrInfo::X86InstrInfo() } -// print - Print out an x86 instruction in GAS syntax -void X86InstrInfo::print(const MachineInstr *MI, std::ostream &O) const { - // FIXME: This sucks. - O << getName(MI->getOpCode()) << "\n"; -} - |