http://llvm.org/bugs/show_bug.cgi?id=4223
Eli Friedman <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Eli Friedman <[email protected]> 2009-05-18 00:47:49 --- That sounds like the expected behavior: store to undef is undefined, so SimplifyCFG turns it into "unreachable". -- 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
