aboutsummaryrefslogtreecommitdiff
path: root/gcc/genpeep.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/genpeep.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/genpeep.c')
-rw-r--r--gcc/genpeep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/genpeep.c b/gcc/genpeep.c
index 0904e9f..0249856 100644
--- a/gcc/genpeep.c
+++ b/gcc/genpeep.c
@@ -97,7 +97,7 @@ gen_peephole (peep)
/* Walk the insn's pattern, remembering at all times the path
down to the walking point. */
- match_rtx (XVECEXP (peep, 0, i), NULL_PTR, insn_code_number);
+ match_rtx (XVECEXP (peep, 0, i), NULL, insn_code_number);
}
/* We get this far if the pattern matches.