fix formatting; NFC

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@307523 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Hiroshi Inoue 2017-07-10 06:32:52 +00:00
parent 12a230f4b4
commit 9086ed9db0

View 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