[llvm-commits] [llvm-gcc-4.2] r80588 - in /llvm-gcc-4.2/trunk/gcc: c-decl.c cp/except.c except.c except.h libfuncs.h llvm-internal.h objc/objc-act.c

Jim Grosbach grosbach at apple.com
Mon Aug 31 10:18:51 PDT 2009


On Aug 31, 2009, at 10:10 AM, Bill Wendling wrote:

>
> On Aug 31, 2009, at 9:11 AM, Jim Grosbach wrote:
>
>> Modified: llvm-gcc-4.2/trunk/gcc/except.c
>> URL: http://llvm.org/viewvc/llvm-project/llvm-gcc-4.2/trunk/gcc/except.c?rev=80588&r1=80587&r2=80588&view=diff
>> =
>> =
>> =====================================================================
>> --- llvm-gcc-4.2/trunk/gcc/except.c (original)
>> +++ llvm-gcc-4.2/trunk/gcc/except.c Mon Aug 31 11:11:29 2009
>> @@ -285,7 +276,7 @@
>> static hashval_t ehspec_filter_hash (const void *);
>> static int add_ttypes_entry (htab_t, tree);
>> static int add_ehspec_entry (htab_t, htab_t, tree);
>> -/*static void assign_filter_values (void); */
>> +static void assign_filter_values (void);
>> static void build_post_landing_pads (void);
>> static void connect_post_landing_pads (void);
>> static void dw2_build_landing_pads (void);
>> @@ -1385,7 +1376,7 @@
>>   we use lots of landing pads, and so every type or list can share
>>   the same filter value, which saves table space.  */
>>
>> -/*static*/ void
>> +static void
>
>
> Will these two changes need LLVM LOCAL tags?
>

No, having them that way in the first place was inadvertent. This  
changes these lines back to the way they appear in stock GCC.

-jim



More information about the llvm-commits mailing list