fix formatting; NFC

llvm-svn: 258825
This commit is contained in:
Sanjay Patel 2016-01-26 18:14:37 +00:00
parent a7a8b1f2c0
commit 9eed9a956f
1 changed files with 1 additions and 2 deletions

View File

@ -1103,8 +1103,7 @@ SDValue SelectionDAG::getConstant(uint64_t Val, SDLoc DL, EVT VT, bool isT,
}
SDValue SelectionDAG::getConstant(const APInt &Val, SDLoc DL, EVT VT, bool isT,
bool isO)
{
bool isO) {
return getConstant(*ConstantInt::get(*Context, Val), DL, VT, isT, isO);
}