diff options
author | Chris Lattner <sabre@nondot.org> | 2009-08-23 00:42:42 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-08-23 00:42:42 +0000 |
commit | 1f2899288693418786cc0055f3048fec3c6049c6 (patch) | |
tree | 43270a384e999fefdc73f2755d8ce63bebc51587 /llvm/lib/CodeGen/LiveIntervalAnalysis.cpp | |
parent | af119ca368935c4633d0b53347dc13aa814679e8 (diff) | |
download | bcm5719-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.cpp | 5 |
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); -} |