[LLVMbugs] [Bug 1719] noinline attribute gets dce'd before -inline
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Wed Oct 3 10:01:01 PDT 2007
http://llvm.org/bugs/show_bug.cgi?id=1719
Tanya Lattner <tonic at nondot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
--- Comment #2 from Tanya Lattner <tonic at nondot.org> 2007-10-03 12:01:00 ---
Yes, a fix is needed for annotate attributes. You can see it with this example:
llvm-gcc -c -emit-llvm test/CFrontend/2007-06-15-AnnotateAttribute.c -o - | opt
-internalize -constmerge | llvm-dis
--
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.
More information about the llvm-bugs
mailing list