Make the popcnt support enums and methods have more clear names and
authorChandler Carruth <chandlerc@gmail.com>
Mon, 7 Jan 2013 03:16:03 +0000 (03:16 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 7 Jan 2013 03:16:03 +0000 (03:16 +0000)
commitd1b8ef97c47d347f2a2261a0d6de4872f248321f
tree2d50accb52c1165093aa4780d27d8ec2240c3ba1
parentbe04929f7fd76a921540e9901f24563e51dc1219
Make the popcnt support enums and methods have more clear names and
follow the conding conventions regarding enumerating a set of "kinds" of
things.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171687 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/TargetTransformInfo.h
lib/Analysis/TargetTransformInfo.cpp
lib/Target/X86/X86TargetTransformInfo.cpp
lib/Transforms/Scalar/LoopIdiomRecognize.cpp