mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-07 16:42:07 +00:00
Fix for 64-bit builds.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86600 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2718e43d6a
commit
70e5e6834c
@ -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…
x
Reference in New Issue
Block a user