diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-02 14:31:45 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-02 14:31:45 +0000 |
commit | 4679ade3d07c159e201a8c6af4811e110d7be90e (patch) | |
tree | 7242626023390eab7333b3367b8417b18f8e5803 /gcc/emit-rtl.c | |
parent | 341d41ef1647b940947aa8d0753605522aa79371 (diff) | |
download | gcc-4679ade3d07c159e201a8c6af4811e110d7be90e.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41761 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/emit-rtl.c')
-rw-r--r-- | gcc/emit-rtl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/emit-rtl.c b/gcc/emit-rtl.c index 37df9a14ef4..3452a68f71f 100644 --- a/gcc/emit-rtl.c +++ b/gcc/emit-rtl.c @@ -1783,7 +1783,7 @@ gen_label_rtx () register rtx label; label = gen_rtx_CODE_LABEL (VOIDmode, 0, NULL_RTX, - NULL_RTX, label_num++, NULL_PTR, NULL_PTR); + NULL_RTX, label_num++, NULL, NULL); LABEL_NUSES (label) = 0; LABEL_ALTERNATE_NAME (label) = NULL; |