OSDN Git Service

* i386.c: Added include for recog.h.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 11 Feb 1998 00:29:57 +0000 (00:29 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 11 Feb 1998 00:29:57 +0000 (00:29 +0000)
commitafe7ec58e8a498bf4c6ce6de3db30871c9bd16ac
treee52ac0f44b4416e029e3646a6690b7434966077a
parent5c6cf936258ca13c0d3c886ff8aae250f2aa55d0
    * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17841 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/i386/i386.c