mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-26 12:20:42 +00:00
Remove AsmThatEarlyClobber etc. from LiveIntervalAnalysis
and redo as linked list walk. Logic moved into RA. Per review feedback. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56326 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -686,6 +686,10 @@ void LiveInterval::print(std::ostream &OS,
|
||||
OS << "%reg" << reg;
|
||||
|
||||
OS << ',' << weight;
|
||||
if (isEarlyClobber)
|
||||
OS << ",earlyclobber";
|
||||
if (overlapsEarlyClobber)
|
||||
OS << ",overlapsearly";
|
||||
|
||||
if (empty())
|
||||
OS << " EMPTY";
|
||||
|
||||
Reference in New Issue
Block a user