aboutsummaryrefslogtreecommitdiff
path: root/gcc/cse.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@tanya.rutgers.edu>1997-09-22 17:41:48 +0000
committerJeff Law <law@gcc.gnu.org>1997-09-22 11:41:48 -0600
commit9524f769a795d7ad5b9a1d5266d372ef3f466f4c (patch)
tree09c3e794edb6d39b306cac0fd9a903f1f56efe84 /gcc/cse.c
parentd70276675c27fde7ac40da9d59d1b49c7a0be851 (diff)
downloadgcc-9524f769a795d7ad5b9a1d5266d372ef3f466f4c.zip
gcc-9524f769a795d7ad5b9a1d5266d372ef3f466f4c.tar.gz
gcc-9524f769a795d7ad5b9a1d5266d372ef3f466f4c.tar.bz2
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
Diffstat (limited to 'gcc/cse.c')
-rw-r--r--gcc/cse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cse.c b/gcc/cse.c
index e35a814..a8c6090 100644
--- a/gcc/cse.c
+++ b/gcc/cse.c
@@ -8200,7 +8200,7 @@ cse_main (f, nregs, after_loop, file)
/* Allocate scratch rtl here. cse_insn will fill in the memory reference
and change the code and mode as appropriate. */
- memory_extend_rtx = gen_rtx (ZERO_EXTEND, VOIDmode, 0);
+ memory_extend_rtx = gen_rtx (ZERO_EXTEND, VOIDmode, NULL_RTX);
#endif
/* Discard all the free elements of the previous function