[llvm-commits] [llvm-gcc-4.2] r78249 - /llvm-gcc-4.2/trunk/gcc/config/darwin-c.c
Eric Christopher
echristo at apple.com
Wed Aug 5 16:09:08 PDT 2009
>
> + /* LLVM LOCAL begin 7115749 this object is constant. */
> + TREE_CONSTANT (decl) = 1;
> + TREE_READONLY (decl) = 1;
> + /* LLVM LOCAL end */
Don't think this needs to be llvm local if you want to add it to the
apple gcc tree as well - if it does need to be llvm local I think
there's a bug somewhere :)
-eric
More information about the llvm-commits
mailing list