summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2013-08-14 17:28:44 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2013-08-14 17:28:44 +0000
commit874c412b6f87d8f9f46dfbd6c84789762a46333c (patch)
tree4c0c238f6fd4231b5b7579b5fcd45ac33518fc83
parent21914ab44175532c367ebc7d3b05635de90f88f9 (diff)
downloadbcm5719-llvm-874c412b6f87d8f9f46dfbd6c84789762a46333c.tar.gz
bcm5719-llvm-874c412b6f87d8f9f46dfbd6c84789762a46333c.zip
Remove declaration of nonexistant function.
Patch by Matthias Braun! llvm-svn: 188390
-rw-r--r--llvm/lib/CodeGen/LiveRangeCalc.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/CodeGen/LiveRangeCalc.h b/llvm/lib/CodeGen/LiveRangeCalc.h
index 57cab7b3422..69c7f765e6b 100644
--- a/llvm/lib/CodeGen/LiveRangeCalc.h
+++ b/llvm/lib/CodeGen/LiveRangeCalc.h
@@ -146,10 +146,6 @@ public:
MachineDominatorTree*,
VNInfo::Allocator*);
- /// calculate - Calculate the live range of a virtual register from its defs
- /// and uses. LI must be empty with no values.
- void calculate(LiveInterval *LI);
-
//===--------------------------------------------------------------------===//
// Mid-level interface.
//===--------------------------------------------------------------------===//
OpenPOWER on IntegriCloud