passes.c (rest_of_decl_compilation): Do not call
authorRichard Henderson <rth@redhat.com>
Wed, 14 Jul 2010 16:22:06 +0000 (09:22 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 14 Jul 2010 16:22:06 +0000 (09:22 -0700)
commitfc7fcda12bd16c2c7515d9d1d1350c3547916e5c
tree874b2a508d9c0b1ec4eb686294037a1d6c7610d6
parenteab3f92e9569d18a1dc9f9080bf91fc365143f65
passes.c (rest_of_decl_compilation): Do not call

        * passes.c (rest_of_decl_compilation): Do not call
        * assemble_variable for functions.
        * varasm.c (assemble_variable): Remove early exit for functions;
        assert that we're given a variable.

From-SVN: r162184
gcc/ChangeLog
gcc/passes.c
gcc/varasm.c