mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
80 col violation.
llvm-svn: 103185
This commit is contained in:
parent
8d0b53dc62
commit
64f7afeec1
@ -142,8 +142,8 @@ protected:
|
||||
|
||||
// Insert store if necessary.
|
||||
if (hasDef) {
|
||||
tii->storeRegToStackSlot(*mi->getParent(), llvm::next(miItr), newVReg, true,
|
||||
ss, trc);
|
||||
tii->storeRegToStackSlot(*mi->getParent(), llvm::next(miItr), newVReg,
|
||||
true, ss, trc);
|
||||
MachineInstr *storeInstr(llvm::next(miItr));
|
||||
SlotIndex storeIndex =
|
||||
lis->InsertMachineInstrInMaps(storeInstr).getDefIndex();
|
||||
|
Loading…
Reference in New Issue
Block a user