1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 02:33:06 +01:00

fix formatting; NFC

llvm-svn: 258825
This commit is contained in:
Sanjay Patel 2016-01-26 18:14:37 +00:00
parent f17d5e0627
commit 3823f0b2bd

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);
}