diff options
author | Jonas Paulsson <paulsson@linux.vnet.ibm.com> | 2016-03-31 08:00:14 +0000 |
---|---|---|
committer | Jonas Paulsson <paulsson@linux.vnet.ibm.com> | 2016-03-31 08:00:14 +0000 |
commit | 2ba315218be82eca25bf1882e4247758a1d8d8fc (patch) | |
tree | f0e066ae56da7d9a70c69b9ff1488f3a890ae391 /llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp | |
parent | 68ab7fe1c82aa36558a91016bef523bf8866d4af (diff) | |
download | bcm5719-llvm-2ba315218be82eca25bf1882e4247758a1d8d8fc.tar.gz bcm5719-llvm-2ba315218be82eca25bf1882e4247758a1d8d8fc.zip |
Indentation fix in SystemZInstrInfo.cpp
llvm-svn: 265000
Diffstat (limited to 'llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp')
-rw-r--r-- | llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp b/llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp index 8dadd017770..d2b5070d506 100644 --- a/llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp +++ b/llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp @@ -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); |