Fix MachineLICM to actually visit inner loops.
authorDan Gohman <gohman@apple.com>
Fri, 9 Jul 2010 18:49:45 +0000 (18:49 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 9 Jul 2010 18:49:45 +0000 (18:49 +0000)
commitaa7426070da3b74d60186763bb7c53af3e095427
tree1d09bec9a03e08c8cad4946e2558dfdd8f3e6bdb
parente86b01c153ba52307ecb6e7513ec33f57caedfdd
Fix MachineLICM to actually visit inner loops.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108001 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/MachineLICM.cpp
test/CodeGen/X86/licm-nested.ll [new file with mode: 0644]