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:
parent
f17d5e0627
commit
3823f0b2bd
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user