http://llvm.org/bugs/show_bug.cgi?id=6546
Dan Gohman <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Dan Gohman <[email protected]> 2010-03-08 19:54:59 CST --- Chris convinced me that LCSSA shouldn't try to transform uses in unreachable blocks. I updated the isLCSSA function to be less strict instead. Fixed on trunk in 98033. -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
