http://llvm.org/bugs/show_bug.cgi?id=7352
Chris Lattner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #11 from Chris Lattner <[email protected]> 2010-09-08 00:02:03 CDT --- Here's an update: the first ambiguous instruction now gets a good diagnostic: t.s:1:1: error: ambiguous instructions require an explicit suffix (could be 'addb', 'addw', 'addl', or 'addq') add $1, 1(%esp) ^ The 1+(%eax) example won't be supported. The third one is movsx/movzx, which is tracked by PR 7459, so I'm closing this as done. -- 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
