mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-29 10:32:47 +00:00
Silencing an MSVC11 type conversion warning.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187727 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
48d7d1d231
commit
2a37c7e9e6
@ -5642,7 +5642,7 @@ X86TargetLowering::LowerBUILD_VECTORvXi1(SDValue Op, SelectionDAG &DAG) const {
|
||||
break;
|
||||
}
|
||||
if (cast<ConstantSDNode>(In)->getZExtValue())
|
||||
Immediate |= (1 << idx);
|
||||
Immediate |= (1ULL << idx);
|
||||
}
|
||||
|
||||
if (AllContants) {
|
||||
|
Loading…
Reference in New Issue
Block a user