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:
Dale Johannesen
2008-09-19 01:02:35 +00:00
parent 4fe0fe8b49
commit fa48f94130
5 changed files with 86 additions and 96 deletions
+4
View File
@@ -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";