Skip to content

Commit 407bc35

Browse files
committed
remove unintentional code move
1 parent 49b2ebf commit 407bc35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1276,8 +1276,8 @@ void PPCRegisterInfo::lowerOctWordSpilling(MachineBasicBlock::iterator II,
12761276
const TargetInstrInfo &TII = *Subtarget.getInstrInfo();
12771277
DebugLoc DL = MI.getDebugLoc();
12781278
Register SrcReg = MI.getOperand(0).getReg();
1279-
bool IsKilled = MI.getOperand(0).isKill();
12801279
bool IsLittleEndian = Subtarget.isLittleEndian();
1280+
bool IsKilled = MI.getOperand(0).isKill();
12811281

12821282
spillRegPair(MBB, II, DL, TII, FrameIndex, IsLittleEndian, IsKilled, SrcReg,
12831283
IsLittleEndian ? 16 : 0);

0 commit comments

Comments
 (0)