http://llvm.org/bugs/show_bug.cgi?id=16742
Nick Lewycky <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from Nick Lewycky <[email protected]> --- This was fixed a while ago, but we forgot to close this bug. $ echo 'bool g(); bool f() { return g(); }' | clang -x c++ - -S -o - -O2 .file "-" .text .globl _Z1fv .align 16, 0x90 .type _Z1fv,@function _Z1fv: # @_Z1fv .cfi_startproc # BB#0: # %entry jmp _Z1gv # TAILCALL .Ltmp0: .size _Z1fv, .Ltmp0-_Z1fv .cfi_endproc .section ".note.GNU-stack","",@progbits -- 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
