llvm-svn: 44532
This commit is contained in:
Evan Cheng 2007-12-03 10:00:00 +00:00
parent 85ef9834a6
commit 196faa9dc5
1 changed files with 1 additions and 1 deletions

View File

@ -966,7 +966,7 @@ rewriteInstructionsForSpills(const LiveInterval &li, bool TrySplit,
bool IsNew = NewVReg == 0;
bool HasDef = false;
bool HasUse = false;
rewriteInstructionForSpills(li, TrySplitMI, I->valno->id, index, end,
rewriteInstructionForSpills(li, TrySplit, I->valno->id, index, end,
MI, ReMatOrigDefMI, ReMatDefMI, Slot, LdSlot,
isLoad, isLoadSS, DefIsReMat, CanDelete, vrm,
RegMap, rc, ReMatIds, NewVReg, HasDef, HasUse,