http://llvm.org/bugs/show_bug.cgi?id=4549
Dale Johannesen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|NEW |RESOLVED Resolution| |INVALID --- Comment #2 from Dale Johannesen <[email protected]> 2009-07-13 13:01:29 --- This fails for me only in 64-bit mode; I assume that's what you're using. The asm is matching a 32-bit int output with a 64-bit pointer input. My understanding is Chris doesn't want to support this. -- 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
