aboutsummaryrefslogtreecommitdiff
path: root/gcc/jump.c
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2001-05-02 14:31:45 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2001-05-02 14:31:45 +0000
commit9714cf4399fc4833c9055d4a0e5c5cc504226c44 (patch)
tree7242626023390eab7333b3367b8417b18f8e5803 /gcc/jump.c
parent46188dcad01ec9cd70c6670b3178553c51e6455a (diff)
downloadgcc-9714cf4399fc4833c9055d4a0e5c5cc504226c44.zip
gcc-9714cf4399fc4833c9055d4a0e5c5cc504226c44.tar.gz
gcc-9714cf4399fc4833c9055d4a0e5c5cc504226c44.tar.bz2
c-lex.c: NULL_PTR -> NULL.
* c-lex.c: NULL_PTR -> NULL. * cse.c: Likewise. * emit-rtl.c: Likewise. * gcse.c: Likewise. * genpeep.c: Likewise. * jump.c: Likewise. * mips-tdump.c: Likewise. * reload1.c: Likewise. * rtlanal.c: Likewise. * stmt.c: Likewise. * stor-layout.c: Likewise. * toplev.c: Likewise. From-SVN: r41761
Diffstat (limited to 'gcc/jump.c')
-rw-r--r--gcc/jump.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/jump.c b/gcc/jump.c
index 4046b9a..314a20b 100644
--- a/gcc/jump.c
+++ b/gcc/jump.c
@@ -973,7 +973,7 @@ delete_noop_moves (f)
{
rtx trial;
rtx tem = find_equiv_reg (NULL_RTX, insn, 0,
- sreg, NULL_PTR, dreg,
+ sreg, NULL, dreg,
GET_MODE (SET_SRC (body)));
if (tem != 0
@@ -1011,8 +1011,7 @@ delete_noop_moves (f)
}
else if (dreg >= 0 && CONSTANT_P (SET_SRC (body))
&& find_equiv_reg (SET_SRC (body), insn, 0, dreg,
- NULL_PTR, 0,
- GET_MODE (SET_DEST (body))))
+ NULL, 0, GET_MODE (SET_DEST (body))))
{
/* This handles the case where we have two consecutive
assignments of the same constant to pseudos that didn't