mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
80 col violation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103185 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c52edc7d30
commit
e9b3ac27dd
@ -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…
x
Reference in New Issue
Block a user