Indentation fix in SystemZInstrInfo.cpp
authorJonas Paulsson <paulsson@linux.vnet.ibm.com>
Thu, 31 Mar 2016 08:00:14 +0000 (08:00 +0000)
committerJonas Paulsson <paulsson@linux.vnet.ibm.com>
Thu, 31 Mar 2016 08:00:14 +0000 (08:00 +0000)
llvm-svn: 265000

llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp

index 8dadd01..d2b5070 100644 (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);