Turn loop strength reduction on by default.
authorChris Lattner <sabre@nondot.org>
Mon, 15 Aug 2005 23:47:04 +0000 (23:47 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 15 Aug 2005 23:47:04 +0000 (23:47 +0000)
commitb0096bd19d6d519c8cc60c69c2658af6f1a2dbfd
tree4df306e4ca6ec25ae6576424b4d1b2d69bc98eb8
parentdb25de496c1bd9047acc9f6ab825a92a7b5dd497
Turn loop strength reduction on by default.
Only run createLowerConstantExpressionsPass for the simple isel.  The DAG
isel has no need for it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22794 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCTargetMachine.cpp