http://llvm.org/bugs/show_bug.cgi?id=12113
Benjamin Kramer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |FIXED --- Comment #1 from Benjamin Kramer <[email protected]> 2012-02-28 11:59:49 CST --- With r151637 the asm looks like this: f: movb 4(%esp), %cl movl $1, %eax shll %cl, %eax ret -- 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
