From: Jakob Stoklund Olesen Date: Wed, 14 Aug 2013 17:28:44 +0000 (+0000) Subject: Remove declaration of nonexistant function. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=15d737b855dc91c4e9143a655ce6c25ac565b6ec;p=oota-llvm.git 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 --- diff --git a/lib/CodeGen/LiveRangeCalc.h b/lib/CodeGen/LiveRangeCalc.h index 57cab7b3422..69c7f765e6b 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. //===--------------------------------------------------------------------===//