[llvm] r265000 - Indentation fix in SystemZInstrInfo.cpp
Jonas Paulsson via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 31 01:00:15 PDT 2016
Author: jonpa
Date: Thu Mar 31 03:00:14 2016
New Revision: 265000
URL: http://llvm.org/viewvc/llvm-project?rev=265000&view=rev
Log:
Indentation fix in SystemZInstrInfo.cpp
Modified:
llvm/trunk/lib/Target/SystemZ/SystemZInstrInfo.cpp
Modified: llvm/trunk/lib/Target/SystemZ/SystemZInstrInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/SystemZ/SystemZInstrInfo.cpp?rev=265000&r1=264999&r2=265000&view=diff
==============================================================================
--- llvm/trunk/lib/Target/SystemZ/SystemZInstrInfo.cpp (original)
+++ llvm/trunk/lib/Target/SystemZ/SystemZInstrInfo.cpp Thu Mar 31 03:00:14 2016
@@ -69,8 +69,8 @@ void SystemZInstrInfo::splitMove(Machine
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);
More information about the llvm-commits
mailing list