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 | 77942d4ee47e76626d574b027e4b9c5c90e2bbf4 (patch) | |
tree | 3e5f40c55068afb2baca1eb12b9c6b29f0c43c8c /lib/CodeGen/LiveIntervalAnalysis.cpp | |
parent | 6371ed5e2b29434796333e487e6d14cf16306b4c (diff) | |
download | external_llvm-77942d4ee47e76626d574b027e4b9c5c90e2bbf4.zip external_llvm-77942d4ee47e76626d574b027e4b9c5c90e2bbf4.tar.gz external_llvm-77942d4ee47e76626d574b027e4b9c5c90e2bbf4.tar.bz2 |
remove a dead class.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79795 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/LiveIntervalAnalysis.cpp')
-rw-r--r-- | lib/CodeGen/LiveIntervalAnalysis.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/CodeGen/LiveIntervalAnalysis.cpp b/lib/CodeGen/LiveIntervalAnalysis.cpp index bbbdee7..839817c 100644 --- a/lib/CodeGen/LiveIntervalAnalysis.cpp +++ b/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); -} |