OSDN Git Service

[trivial] fix format, NFC
authorHiroshi Inoue <inouehrs@jp.ibm.com>
Tue, 3 Oct 2017 07:28:58 +0000 (07:28 +0000)
committerHiroshi Inoue <inouehrs@jp.ibm.com>
Tue, 3 Oct 2017 07:28:58 +0000 (07:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@314769 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCMIPeephole.cpp

index 20921f4..66c1bb1 100644 (file)
@@ -784,7 +784,7 @@ bool PPCMIPeephole::eliminateRedundantCompare(void) {
       }
       else continue;
     }
-    else if (CMPI1->getOperand(2).isImm() && CMPI2->getOperand(2).isImm()){
+    else if (CMPI1->getOperand(2).isImm() && CMPI2->getOperand(2).isImm()) {
       // In case of comparisons between a register and an immediate,
       // the operand register must be same for two compare instructions.
       unsigned Cmp1Operand1 = getSrcVReg(CMPI1->getOperand(1).getReg(),