Reorganize printing interface a bit
[oota-llvm.git] / lib / Target / X86 / X86InstrInfo.cpp
index c81ddb19003ee82dbdc1d170a177b211a695eb05..e54883395d2d76e0f1a7b525cf4824b6cca272a7 100644 (file)
@@ -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";
-}
-