aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86InstrInfo.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-11-17 22:53:13 +0000
committerChris Lattner <sabre@nondot.org>2002-11-17 22:53:13 +0000
commitdbb61c6445513f5cfd057c74da9e5c8299353c68 (patch)
treec9b102a0445ee433338761047ef47219c417f6b8 /lib/Target/X86/X86InstrInfo.cpp
parenta187ed92ae22d0548bd06ee088fd3187008be9d6 (diff)
Reorganize printing interface a bit
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4728 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/X86InstrInfo.cpp')
-rw-r--r--lib/Target/X86/X86InstrInfo.cpp6
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";
-}
-