]> granicus.if.org Git - clang/commit
Push contents of X86TargetInfo::setFeatureEnabled down to a static function called...
authorCraig Topper <craig.topper@gmail.com>
Tue, 17 Sep 2013 04:51:29 +0000 (04:51 +0000)
committerCraig Topper <craig.topper@gmail.com>
Tue, 17 Sep 2013 04:51:29 +0000 (04:51 +0000)
commit85bfef69f96425b07a300e513797953165434cb8
tree0fc9bc706b99cc9b64cdc062229863ec2eb5cfcd
parent319d81f23504b61d8c31d0551af9b31f0c61ef8b
Push contents of X86TargetInfo::setFeatureEnabled down to a static function called by the virtual version and all the places in getDefaultFeatures. This way getDefaultFeatures doesn't make so many virtual calls.

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