mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-10 18:26:02 +00:00
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
This commit is contained in:
@@ -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.
|
||||
//===--------------------------------------------------------------------===//
|
||||
|
Reference in New Issue
Block a user