Switch SimplifyCFG over to the TargetTransformInfo interface rather than
authorChandler Carruth <chandlerc@gmail.com>
Sat, 5 Jan 2013 10:05:26 +0000 (10:05 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sat, 5 Jan 2013 10:05:26 +0000 (10:05 +0000)
commitb8f6cb7c49e26122cdea2270de57449aa52f389f
treef8b8d02c75cb5427fd636e24a9cb031f3f019a4c
parent9980b8a0bd4c5dfb67909a2de7720076881e6525
Switch SimplifyCFG over to the TargetTransformInfo interface rather than
the ScalarTargetTransformInfo interface.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171617 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/SimplifyCFG.cpp