]> granicus.if.org Git - clang/commit
[X86] Put avx512vpopcntdq in the right spot in the validateCpuSupports string switch.
authorCraig Topper <craig.topper@intel.com>
Wed, 19 Jul 2017 22:58:58 +0000 (22:58 +0000)
committerCraig Topper <craig.topper@intel.com>
Wed, 19 Jul 2017 22:58:58 +0000 (22:58 +0000)
commitf4040a42bf2ce5e3ee54047c88ee7bb6b29f3044
treeca05a09dbb7f851e36419a0f4bed3abbb86eb980
parent4986d610cf639aefcb6559eb17b568a5e1077de8
[X86] Put avx512vpopcntdq in the right spot in the validateCpuSupports string switch.

The validateCpuSupports switch is in the order of the enum defined in CGBuiltin.cpp and libgcc/compiler-rt.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@308546 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/Targets.cpp