haifa-sched.c: Include "system.h" to get <stdlib.h> and <stdio.h>.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Tue, 17 Feb 1998 21:35:43 +0000 (21:35 +0000)
committerJeff Law <law@gcc.gnu.org>
Tue, 17 Feb 1998 21:35:43 +0000 (14:35 -0700)
commit5835e573cdf789737988b575fe36ae6ac4d4ffbf
tree4cac9ec70867d97625a9642d8825a9345a5213c8
parentb1a0c81697656f8d454c20fd996e627e0e4d5399
haifa-sched.c: Include "system.h" to get <stdlib.h> and <stdio.h>.

        * haifa-sched.c: Include "system.h" to get <stdlib.h> and <stdio.h>.
        (BLOCKAGE_RANGE): Add parentheses around arithmetic in operand of |.
        (sched_note_set): Remove unused parameter `b', all callers changed.
        (schedule_block): Likewise for `rgn'.
        (split_hard_reg_notes): Likewise for `orig_insn'.
        (check_live): Likewise for `trg'.
        (update_live): Likewise.
        (check_live_1): Explcitly declare variable `i' as int.
        (update_live_1): Likewise.
        (insn_issue_delay): Remove unused variable `link'.
        (sched_analyze_2): Add default case in enumeration switch.
        (schedule_insns): Remove unused variable `i'.
* Makefile.in ($(SCHED_PREFIX)sched.o): Depend on system.h.

From-SVN: r18048
gcc/ChangeLog
gcc/Makefile.in
gcc/haifa-sched.c