http://llvm.org/bugs/show_bug.cgi?id=10058
Eli Friedman <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |INVALID --- Comment #2 from Eli Friedman <[email protected]> 2011-06-01 16:31:51 CDT --- Yes, it's a "feature"; we do it for the sake of compatibility. And it isn't incompatible with the C standard in that the C standard doesn't directly say anything about how LLVM IR represents function calls. If you need help using the LLVM APIs to detect cases like this (it isn't too hard), please email llvmdev. -- 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
