summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-23 00:42:42 +0000
committerChris Lattner <sabre@nondot.org>2009-08-23 00:42:42 +0000
commit1f2899288693418786cc0055f3048fec3c6049c6 (patch)
tree43270a384e999fefdc73f2755d8ce63bebc51587 /llvm/lib/CodeGen/LiveIntervalAnalysis.cpp
parentaf119ca368935c4633d0b53347dc13aa814679e8 (diff)
downloadbcm5719-llvm-1f2899288693418786cc0055f3048fec3c6049c6.tar.gz
bcm5719-llvm-1f2899288693418786cc0055f3048fec3c6049c6.zip
remove a dead class.
llvm-svn: 79795
Diffstat (limited to 'llvm/lib/CodeGen/LiveIntervalAnalysis.cpp')
-rw-r--r--llvm/lib/CodeGen/LiveIntervalAnalysis.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp b/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp
index bbbdee75a52..839817cf039 100644
--- a/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp
+++ b/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp
@@ -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);
-}
OpenPOWER on IntegriCloud