diff options
| author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-04 15:06:41 +0000 |
|---|---|---|
| committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-04 15:06:41 +0000 |
| commit | 2571646dda851e687e99b4df927f896ad30d53c2 (patch) | |
| tree | 1ddedd2de7e35d61a49586dd95345d1b563fd5a3 /gcc/expr.c | |
| parent | 229e4325e837a750c36b1b51fb89cbd1099a55d6 (diff) | |
| download | ppe42-gcc-2571646dda851e687e99b4df927f896ad30d53c2.tar.gz ppe42-gcc-2571646dda851e687e99b4df927f896ad30d53c2.zip | |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41831 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/expr.c')
| -rw-r--r-- | gcc/expr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/expr.c b/gcc/expr.c index 67cafeb7c9c..7edfea63c09 100644 --- a/gcc/expr.c +++ b/gcc/expr.c @@ -2382,7 +2382,7 @@ clear_by_pieces (to, len, align) struct store_by_pieces data; data.constfun = clear_by_pieces_1; - data.constfundata = NULL_PTR; + data.constfundata = NULL; data.len = len; data.to = to; store_by_pieces_1 (&data, align); @@ -6601,7 +6601,7 @@ expand_expr (exp, target, tmode, modifier) return const0_rtx; case EXIT_EXPR: - expand_exit_loop_if_false (NULL_PTR, + expand_exit_loop_if_false (NULL, invert_truthvalue (TREE_OPERAND (exp, 0))); return const0_rtx; |

