Skip to content

Commit 4e19f2e

Browse files
committed
remove un-intentional code move
1 parent 1d809d4 commit 4e19f2e

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
@@ -1295,8 +1295,8 @@ void PPCRegisterInfo::lowerACCSpilling(MachineBasicBlock::iterator II,
12951295
const PPCSubtarget &Subtarget = MF.getSubtarget<PPCSubtarget>();
12961296
const TargetInstrInfo &TII = *Subtarget.getInstrInfo();
12971297
DebugLoc DL = MI.getDebugLoc();
1298-
bool IsKilled = MI.getOperand(0).isKill();
12991298
Register SrcReg = MI.getOperand(0).getReg();
1299+
bool IsKilled = MI.getOperand(0).isKill();
13001300

13011301
bool IsPrimed = PPC::ACCRCRegClass.contains(SrcReg);
13021302
Register Reg =

0 commit comments

Comments
 (0)