summaryrefslogtreecommitdiff
path: root/lib/CodeGen/LiveRangeCalc.h
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
commit15d737b855dc91c4e9143a655ce6c25ac565b6ec (patch)
tree2ab70622fb8418a70de02c28f5b9754707363a02 /lib/CodeGen/LiveRangeCalc.h
parentbe6a376b95d03e4e58f10ed50c3eee2f593c9ccc (diff)
downloadllvm-15d737b855dc91c4e9143a655ce6c25ac565b6ec.tar.gz
llvm-15d737b855dc91c4e9143a655ce6c25ac565b6ec.tar.bz2
llvm-15d737b855dc91c4e9143a655ce6c25ac565b6ec.tar.xz
Remove declaration of nonexistant function.
Patch by Matthias Braun! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188390 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/LiveRangeCalc.h')
-rw-r--r--lib/CodeGen/LiveRangeCalc.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/CodeGen/LiveRangeCalc.h b/lib/CodeGen/LiveRangeCalc.h
index 57cab7b342..69c7f765e6 100644
--- a/lib/CodeGen/LiveRangeCalc.h
+++ b/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.
//===--------------------------------------------------------------------===//