Remove AsmThatEarlyClobber etc. from LiveIntervalAnalysis

and redo as linked list walk.  Logic moved into RA.
Per review feedback.

llvm-svn: 56326
This commit is contained in:
Dale Johannesen
2008-09-19 01:02:35 +00:00
parent c25be3b2de
commit e519bd4183
5 changed files with 86 additions and 96 deletions

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";