aboutsummaryrefslogtreecommitdiff
path: root/gcc/recog.c
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2001-05-04 15:06:41 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2001-05-04 15:06:41 +0000
commitdf4ae16082e3e505dc093b768d20f2dbb31200de (patch)
tree1ddedd2de7e35d61a49586dd95345d1b563fd5a3 /gcc/recog.c
parent37a580360c3df196e8dc6e075ba1bd24d83bbefc (diff)
downloadgcc-df4ae16082e3e505dc093b768d20f2dbb31200de.zip
gcc-df4ae16082e3e505dc093b768d20f2dbb31200de.tar.gz
gcc-df4ae16082e3e505dc093b768d20f2dbb31200de.tar.bz2
alpha.h: NULL_PTR -> NULL.
* alpha.h: NULL_PTR -> NULL. * arm.c: Likewise. * arm.h: Likewise. * avr.h: Likewise. * c4x.c: Likewise. * c4x.h: Likewise. * i386.c: Likewise. * i386.md: Likewise. * i860.c: Likewise. * ia64.c: Likewise. * m68hc11.h: Likewise. * rs6000.h: Likewise. * sh.c: Likewise. * sh.h: Likewise. * sparc.h: Likewise. * v850.c: Likewise. * expr.c: Likewise. * final.c: Likewise. * gcc.c: Likewise. * recog.c: Likewise. From-SVN: r41831
Diffstat (limited to 'gcc/recog.c')
-rw-r--r--gcc/recog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/recog.c b/gcc/recog.c
index 3fcd85c..8648316 100644
--- a/gcc/recog.c
+++ b/gcc/recog.c
@@ -149,7 +149,7 @@ check_asm_operands (x)
operands = (rtx *) alloca (noperands * sizeof (rtx));
constraints = (const char **) alloca (noperands * sizeof (char *));
- decode_asm_operands (x, operands, NULL_PTR, constraints, NULL_PTR);
+ decode_asm_operands (x, operands, NULL, constraints, NULL);
for (i = 0; i < noperands; i++)
{