mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-04 22:28:27 +00:00
Remove unused accessor.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116580 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -69,8 +69,6 @@ public:
|
|||||||
/// split.
|
/// split.
|
||||||
void analyze(const LiveInterval *li);
|
void analyze(const LiveInterval *li);
|
||||||
|
|
||||||
const LiveInterval *getCurLI() { return curli_; }
|
|
||||||
|
|
||||||
/// clear - clear all data structures so SplitAnalysis is ready to analyze a
|
/// clear - clear all data structures so SplitAnalysis is ready to analyze a
|
||||||
/// new interval.
|
/// new interval.
|
||||||
void clear();
|
void clear();
|
||||||
|
Reference in New Issue
Block a user