http://llvm.org/bugs/show_bug.cgi?id=9237
Andrew Trick <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Andrew Trick <[email protected]> 2011-02-22 00:55:01 CST --- Fixed in r126190. I needed to broaden the assertion in the VirtRegRewriter to handle cases in which multiple operands of the same instruction kill the same register. (they are both marked "kill"). -- 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
