forked from OSchip/llvm-project
Remove declaration of nonexistant function.
Patch by Matthias Braun! llvm-svn: 188390
This commit is contained in:
parent
21914ab441
commit
874c412b6f
|
@ -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.
|
||||
//===--------------------------------------------------------------------===//
|
||||
|
|
Loading…
Reference in New Issue