mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-18 00:58:08 +00:00
Silencing an MSVC11 type conversion warning.
llvm-svn: 187727
This commit is contained in:
parent
186358278d
commit
5633b24d1d
@ -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