Using popcount should check the popcount feature flag not the SSE41 feature flag.
authorCraig Topper <craig.topper@gmail.com>
Sun, 8 Sep 2013 00:47:31 +0000 (00:47 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sun, 8 Sep 2013 00:47:31 +0000 (00:47 +0000)
commit89bf2e163c72ec8668905cc61da5b20856f61070
tree76c9b5e3552cd9a68fc337f515930b4c4df42aec
parentbaaefaf828beb3527a3554af99505822fd4dfabf
Using popcount should check the popcount feature flag not the SSE41 feature flag.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190258 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86TargetTransformInfo.cpp