i386.c: Remove unnecessary function declarations.
authorRichard Henderson <rth@redhat.com>
Fri, 23 Mar 2007 16:34:51 +0000 (09:34 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 23 Mar 2007 16:34:51 +0000 (09:34 -0700)
commit2ed941ecd0ad232cf5813d0342bb3fd69407622c
treebc7851cd126a07c5e47eade8c99566606e01f531
parentdec93f9008e6329e8f64083c96c7ee77f60c1927
i386.c: Remove unnecessary function declarations.

        * config/i386/i386.c: Remove unnecessary function declarations.
        Move targetm definition, and all related macros, to the end of
        the file.  Resort some functions to put definitions before uses.
        (ix86_attribute_table): Make static.  Move to end of file.
        (ix86_gimplify_va_arg): Make static.

From-SVN: r123159
gcc/ChangeLog
gcc/config/i386/i386.c