http://llvm.org/bugs/show_bug.cgi?id=14005
Benjamin Kramer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #4 from Benjamin Kramer <[email protected]> 2012-10-03 10:33:41 CDT --- After some discussion with Duncan it became clear that the test case is invalid because you can't take the address of a dead block. With slight modification to make l2 reachable the test case passes as expected now (and failed before r165117). I'm closing this bug as fixed. -- 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
