Convert several parts of the ScalarEvolution framework to use
authorDan Gohman <gohman@apple.com>
Sun, 14 Jun 2009 22:47:23 +0000 (22:47 +0000)
committerDan Gohman <gohman@apple.com>
Sun, 14 Jun 2009 22:47:23 +0000 (22:47 +0000)
commita82752c9eb5fbdd1b7276fde7349ac9453eb5a75
tree44b74fb6e291342880ff262c551f3f014257e2fe
parentea73f3c2e14d84bb4cb07bd6a1a3d7915f3aff83
Convert several parts of the ScalarEvolution framework to use
SmallVector instead of std::vector.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73357 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/ScalarEvolution.h
include/llvm/Analysis/ScalarEvolutionExpressions.h
lib/Analysis/ScalarEvolution.cpp
lib/Analysis/ScalarEvolutionExpander.cpp
lib/Transforms/Scalar/LoopStrengthReduce.cpp