Major think-o. Iterate over all live out-of-loop values, and perform the
authorOwen Anderson <resistor@mac.com>
Sun, 28 May 2006 19:33:28 +0000 (19:33 +0000)
committerOwen Anderson <resistor@mac.com>
Sun, 28 May 2006 19:33:28 +0000 (19:33 +0000)
commitbd82277cbbd93f8704a6bf52c4842c5e71fb675f
treec05bd80c9cd5ea7ba1a15d2bd6a8954cd70023ac
parent492196c89f922cf3a4cc6b426cd1a34414dfb447
Major think-o.  Iterate over all live out-of-loop values, and perform the
other calculations on each individually, rather than trying to delay it and do
them all at the end.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28527 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/LCSSA.cpp