Remove the code in LSR that manually hoists expansions out of loops;
authorDan Gohman <gohman@apple.com>
Mon, 14 Dec 2009 16:52:55 +0000 (16:52 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 14 Dec 2009 16:52:55 +0000 (16:52 +0000)
commit67b94fb73d3cc1b93348b3a5675ad395b9f27227
treeb8098eba1023c1a175c3024414df22fefc9c627c
parentb058ceda5689b790cb05c33270da35c74dc06e48
Remove the code in LSR that manually hoists expansions out of loops;
SCEVExpander does this automatically.

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