forked from OSchip/llvm-project
parent
a7a8b1f2c0
commit
9eed9a956f
|
@ -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