http://llvm.org/bugs/show_bug.cgi?id=4638
Chris Lattner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #7 from Chris Lattner <[email protected]> 2009-08-06 11:49:34 --- The front-ends shouldn't be in the business of deciding whether they can cheat on calling conventions. We expect the optimizers to clean things up after them. It looks like it is happening in this case, so closing as 'works correctly'. Feel free to file optimizer enhancement requests if other cases are not handled so well. -- 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
