mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 20:23:11 +01:00
Typo
llvm-svn: 44532
This commit is contained in:
parent
df066bc833
commit
2f539edfe6
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user