[x86] Put 'C' after 'i' on all the AVX-512 intrisics that take const ints. 'C' is...
authorCraig Topper <craig.topper@gmail.com>
Mon, 29 Dec 2014 06:41:12 +0000 (06:41 +0000)
committerCraig Topper <craig.topper@gmail.com>
Mon, 29 Dec 2014 06:41:12 +0000 (06:41 +0000)
commit6c0d9edbc794d36720bc331bd7377c578daba0f5
tree514473648655062a542300de7e812efe7c28fc50
parentbe4c437f8a478e412c3da7df2c066f125f0a6ce6
[x86] Put 'C' after 'i' on all the AVX-512 intrisics that take const ints. 'C' is a suffix modifier not a prefix modififier. Also put 'C' on the pointers in all of the gather instrinsics. I think they previously had one due to the misordering. I'm still thinking the 'iC' actually need to be a 'Ii' since they really require an ICE.

llvm-svn: 224913
clang/include/clang/Basic/BuiltinsX86.def