Re: [PATCH] make CONST_DECL a direct subclass of tree_decl_common

2011-04-02 Thread Richard Guenther
On Fri, Apr 1, 2011 at 9:01 PM, Nathan Froyd wrote: > Nobody touches CONST_DECL's DECL_RTL, so there's no reason to for > CONST_DECL to inherit from tree_decl_with_rtl.  This patch adjusts the > inheritance structure accordingly. > > Bootstrapped on x86_64-unknown-linux-gnu; tests in progress.  OK

[PATCH] make CONST_DECL a direct subclass of tree_decl_common

2011-04-01 Thread Nathan Froyd
Nobody touches CONST_DECL's DECL_RTL, so there's no reason to for CONST_DECL to inherit from tree_decl_with_rtl. This patch adjusts the inheritance structure accordingly. Bootstrapped on x86_64-unknown-linux-gnu; tests in progress. OK to commit once those complete? -Nathan * tree.h (st