summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/RegAllocLinearScan.cpp
diff options
context:
space:
mode:
authorAlkis Evlogimenos <alkis@evlogimenos.com>2004-01-07 02:29:33 +0000
committerAlkis Evlogimenos <alkis@evlogimenos.com>2004-01-07 02:29:33 +0000
commit9f62b96206a3c43ea25aaa0a6fc6cb5fc9dc329d (patch)
treef724c96c4b37599409ab2fc25b533f9b5678e833 /llvm/lib/CodeGen/RegAllocLinearScan.cpp
parent8b9d36e30c3feb477f02c73bd52f231d1f2f8843 (diff)
downloadbcm5719-llvm-9f62b96206a3c43ea25aaa0a6fc6cb5fc9dc329d.tar.gz
bcm5719-llvm-9f62b96206a3c43ea25aaa0a6fc6cb5fc9dc329d.zip
Remove declared but undefined method.
llvm-svn: 10710
Diffstat (limited to 'llvm/lib/CodeGen/RegAllocLinearScan.cpp')
-rw-r--r--llvm/lib/CodeGen/RegAllocLinearScan.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/CodeGen/RegAllocLinearScan.cpp b/llvm/lib/CodeGen/RegAllocLinearScan.cpp
index b58f6301402..49e33d86f5d 100644
--- a/llvm/lib/CodeGen/RegAllocLinearScan.cpp
+++ b/llvm/lib/CodeGen/RegAllocLinearScan.cpp
@@ -83,11 +83,6 @@ namespace {
/// runOnMachineFunction - register allocate the whole function
bool runOnMachineFunction(MachineFunction&);
- /// verifyIntervals - verify that we have no inconsistencies
- /// in the register assignments we have in active and inactive
- /// lists
- bool verifyIntervals();
-
/// processActiveIntervals - expire old intervals and move
/// non-overlapping ones to the incative list
void processActiveIntervals(Intervals::const_iterator cur);
OpenPOWER on IntegriCloud