[X86] Make conversion of feature bits into a mask explicitly unsigned by using 1U...
authorCraig Topper <craig.topper@intel.com>
Sat, 24 Nov 2018 20:25:45 +0000 (20:25 +0000)
committerCraig Topper <craig.topper@intel.com>
Sat, 24 Nov 2018 20:25:45 +0000 (20:25 +0000)
commit428caa398c8be2ffb6c4da6d0153faa669fbc142
treed1257fcd3a3817f3c271112895de98a3913a99b6
parent62e5924dd6c17eb92b368c3cbf35ef6c84eac892
[X86] Make conversion of feature bits into a mask explicitly unsigned by using 1U instead of 1.

llvm-svn: 347517
compiler-rt/lib/builtins/cpu_model.c