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 21914ab441
commit 874c412b6f
1 changed files with 0 additions and 4 deletions

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