Don't attempt aggressive post-inc uses if TargetLowering is not available,
authorDan Gohman <gohman@apple.com>
Sun, 14 Feb 2010 02:45:21 +0000 (02:45 +0000)
committerDan Gohman <gohman@apple.com>
Sun, 14 Feb 2010 02:45:21 +0000 (02:45 +0000)
commit2763dfdc701964a01c4a0386fadd1c4e92be9021
tree845ec67e6c366980c29b73d72630098b47c4b3da
parentca1c816f2538de02f814c7269121004cca1e2552
Don't attempt aggressive post-inc uses if TargetLowering is not available,
because profitability can't be sufficiently approximated.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96148 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/LoopStrengthReduce.cpp