Fix another dominator update bug. These bugs keep getting exposed because GCSE
authorChris Lattner <sabre@nondot.org>
Thu, 5 Feb 2004 23:20:59 +0000 (23:20 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 5 Feb 2004 23:20:59 +0000 (23:20 +0000)
commit99dcc1da860d5eb4ab05fd27b55fb31f50dd8b4a
tree32122d8a1f64bbf00398e83e004091314f76241a
parent0b8cb2bc47a6bee59c8c3f46d4cc047badf7f8ac
Fix another dominator update bug.  These bugs keep getting exposed because GCSE
keeps finding more code motion opportunities now that the dominators are correct!

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