OSDN Git Service

fix formatting; NFC
authorHiroshi Inoue <inouehrs@jp.ibm.com>
Mon, 10 Jul 2017 06:32:52 +0000 (06:32 +0000)
committerHiroshi Inoue <inouehrs@jp.ibm.com>
Mon, 10 Jul 2017 06:32:52 +0000 (06:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@307523 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCISelLowering.h

index 6a61285..821927d 100644 (file)
@@ -1096,8 +1096,8 @@ namespace llvm {
                                            ISD::ArgFlagsTy &ArgFlags,
                                            CCState &State);
 
-    bool isIntS16Immediate(SDNode *N, int16_t &Imm);
-    bool isIntS16Immediate(SDValue Op, int16_t &Imm);
+  bool isIntS16Immediate(SDNode *N, int16_t &Imm);
+  bool isIntS16Immediate(SDValue Op, int16_t &Imm);
 
 } // end namespace llvm