combine.c (try_combine): Use NULL_RTX instead of '0' where appropriate in calls to...
authorDavid S. Miller <davem@tanya.rutgers.edu>
Mon, 22 Sep 1997 17:41:48 +0000 (17:41 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 22 Sep 1997 17:41:48 +0000 (11:41 -0600)
commit9524f769a795d7ad5b9a1d5266d372ef3f466f4c
tree09c3e794edb6d39b306cac0fd9a903f1f56efe84
parentd70276675c27fde7ac40da9d59d1b49c7a0be851
combine.c (try_combine): Use NULL_RTX instead of '0' where appropriate in calls to gen_rtx().

        * combine.c (try_combine): Use NULL_RTX instead of '0' where
        appropriate in calls to gen_rtx().
        * cse.c (cse_main): Likewise.
        * emit-rtl.c (gen_label_rtx): Likewise.
        * expr.c (init_expr_once): Likewise.
        * haifa-sched.c (flush_pending_lists, sched_analyze_insn,
        sched_analyze, init_rgn_data_dependences,
        compute_block_backward_dependences): Likewise.
        * sched.c (schedule_insns): Likewise.
        * varasm.c (immed_double_const): Likewise.

From-SVN: r15630
gcc/ChangeLog
gcc/combine.c
gcc/cse.c
gcc/emit-rtl.c
gcc/expr.c
gcc/haifa-sched.c
gcc/sched.c
gcc/varasm.c