1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Indentation fix in SystemZInstrInfo.cpp

llvm-svn: 265000
This commit is contained in:
Jonas Paulsson 2016-03-31 08:00:14 +00:00
parent 3059b3a92d
commit 51bff4afc5

View File

@ -69,8 +69,8 @@ void SystemZInstrInfo::splitMove(MachineBasicBlock::iterator MI,
MachineOperand &LowOffsetOp = MI->getOperand(2);
LowOffsetOp.setImm(LowOffsetOp.getImm() + 8);
// Clear the kill flags for the base and index registers in the first
// instruction.
// Clear the kill flags for the base and index registers in the first
// instruction.
EarlierMI->getOperand(1).setIsKill(false);
EarlierMI->getOperand(3).setIsKill(false);