mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
Fix for 64-bit builds.
llvm-svn: 86600
This commit is contained in:
parent
86f32da164
commit
c2b669b3b2
@ -4287,7 +4287,7 @@ SelectionDAGLowering::visitIntrinsicCall(CallInst &I, unsigned Intrinsic) {
|
||||
EVT Ty = Arg.getValueType();
|
||||
|
||||
if (CI->getZExtValue() < 2)
|
||||
setValue(&I, DAG.getConstant(-1U, Ty));
|
||||
setValue(&I, DAG.getConstant(-1ULL, Ty));
|
||||
else
|
||||
setValue(&I, DAG.getConstant(0, Ty));
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user