1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Remove declaration of nonexistant function.

Patch by Matthias Braun!

llvm-svn: 188390
This commit is contained in:
Jakob Stoklund Olesen 2013-08-14 17:28:44 +00:00
parent 63c72237a7
commit 28d8a03220

View File

@ -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.
//===--------------------------------------------------------------------===//