[llvm-commits] [llvm-gcc-4.2] r53130 - /llvm-gcc-4.2/trunk/gcc/cgraphunit.c
Eric Christopher
echristo at apple.com
Fri Jul 4 00:58:38 PDT 2008
On Jul 4, 2008, at 12:55 AM, Evan Cheng wrote:
> Wouldn't attribute "used" work in keeping the function from being dce?
Yup :)
It's why I said "without additional changes". I mean, the fact that it
deletes unused functions at O3 is annoying enough when I'm trying to
dump an llvm type with a release build. :)
-eric
More information about the llvm-commits
mailing list