remove a dead class.
[oota-llvm.git] / lib / CodeGen / LiveIntervalAnalysis.cpp
index bbbdee75a5274cc1a7f75327f8fbdff0ce42799f..839817cf039a9d2139de4de19a1c7ef1f37f50e2 100644 (file)
@@ -2550,8 +2550,3 @@ LiveRange LiveIntervals::addLiveRangeToEndOfBlock(unsigned reg,
   return LR;
 }
 
-raw_ostream &
-IntervalPrefixPrinter::operator()(raw_ostream &out,
-                                  const MachineInstr &instr) const {
-      return out << liinfo.getInstructionIndex(&instr);
-}