From 15d737b855dc91c4e9143a655ce6c25ac565b6ec Mon Sep 17 00:00:00 2001 From: Jakob Stoklund Olesen Date: Wed, 14 Aug 2013 17:28:44 +0000 Subject: [PATCH] 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 --- lib/CodeGen/LiveRangeCalc.h | 4 ---- 1 file changed, 4 deletions(-) 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. //===--------------------------------------------------------------------===// -- 2.34.1