Break SCEVExpander out of IndVarSimplify into its own .h/.cpp file so that
authorNate Begeman <natebegeman@mac.com>
Sat, 30 Jul 2005 00:12:19 +0000 (00:12 +0000)
committerNate Begeman <natebegeman@mac.com>
Sat, 30 Jul 2005 00:12:19 +0000 (00:12 +0000)
commit36f891bdf6cf38fcc655a0930ca18664e18518d4
tree54d8216889ee5f07f9118ad0c686c6e6510521f2
parent01546c5d500054ba45bda835898f1c96dc8bc502
Break SCEVExpander out of IndVarSimplify into its own .h/.cpp file so that
other passes may use it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22557 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/ScalarEvolutionExpander.h [new file with mode: 0644]
lib/Analysis/ScalarEvolutionExpander.cpp [new file with mode: 0644]
lib/Transforms/Scalar/IndVarSimplify.cpp