git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44532 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng 2007-12-03 10:00:00 +00:00
parent 70306f8348
commit 31d43183a4

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,