i386.c: Added include for recog.h.
authorMarc Lehmann <pcg@goof.com>
Wed, 11 Feb 1998 00:29:57 +0000 (00:29 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 11 Feb 1998 00:29:57 +0000 (17:29 -0700)
commit00c79232abd8b6bb1142b5aba51109075e780034
treee52ac0f44b4416e029e3646a6690b7434966077a
parentf64cecad3ef744037d3d2cd12fee286d6258ecd3
i386.c: Added include for recog.h.

        * i386.c: Added include for recog.h.
        (override_options): Removed unused variable p. Initialized regno to
        avoid warning.
        (order_regs_for_local_alloc): Initialized regno to avoid warning.
        (legitimize_address): Likewise for 'other'.
        (i386_aligned_reg_p): Added default case with abort ().
        (print_operand): Likewise.
        (reg_mentioned_in_mem): Likewise.
        (ix86_expand_binary_operator): Removed unused variables i & insn.
        (ix86_expand_unary_operator): Removed unused variable insn.
        (output_fp_cc0_set): Removed unused variable unordered_label.

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