[llvm] r188390 - Remove declaration of nonexistant function.
Jakob Stoklund Olesen
stoklund at 2pi.dk
Wed Aug 14 10:28:44 PDT 2013
Author: stoklund
Date: Wed Aug 14 12:28:44 2013
New Revision: 188390
URL: http://llvm.org/viewvc/llvm-project?rev=188390&view=rev
Log:
Remove declaration of nonexistant function.
Patch by Matthias Braun!
Modified:
llvm/trunk/lib/CodeGen/LiveRangeCalc.h
Modified: llvm/trunk/lib/CodeGen/LiveRangeCalc.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/LiveRangeCalc.h?rev=188390&r1=188389&r2=188390&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/LiveRangeCalc.h (original)
+++ llvm/trunk/lib/CodeGen/LiveRangeCalc.h Wed Aug 14 12:28:44 2013
@@ -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.
//===--------------------------------------------------------------------===//
More information about the llvm-commits
mailing list