1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-svn: 44532
This commit is contained in:
Evan Cheng 2007-12-03 10:00:00 +00:00
parent df066bc833
commit 2f539edfe6

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,