diff options
author | Charles Hannum <mycroft@gnu.org> | 1992-07-06 20:26:57 +0000 |
---|---|---|
committer | Charles Hannum <mycroft@gnu.org> | 1992-07-06 20:26:57 +0000 |
commit | 8c334b8d4e19237793adee2b4d658d307635eee9 (patch) | |
tree | d4d2ee8ba17bcc6c24d5bb5a26b4d07415a846d1 /gcc/sdbout.c | |
parent | 7471ffd8a6b51c4862b616dc35ed164c5ec7dcbd (diff) | |
download | gcc-8c334b8d4e19237793adee2b4d658d307635eee9.zip gcc-8c334b8d4e19237793adee2b4d658d307635eee9.tar.gz gcc-8c334b8d4e19237793adee2b4d658d307635eee9.tar.bz2 |
*** empty log message ***
From-SVN: r1479
Diffstat (limited to 'gcc/sdbout.c')
-rw-r--r-- | gcc/sdbout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/sdbout.c b/gcc/sdbout.c index 8ebb5a8..3e5a6ff 100644 --- a/gcc/sdbout.c +++ b/gcc/sdbout.c @@ -659,7 +659,7 @@ sdbout_symbol (decl, local) if (DECL_RTL (decl) == 0) return; - DECL_RTL (decl) = eliminate_regs (DECL_RTL (decl), 0, 0); + DECL_RTL (decl) = eliminate_regs (DECL_RTL (decl), 0, NULL_RTX); #ifdef LEAF_REG_REMAP if (leaf_function) leaf_renumber_regs_insn (DECL_RTL (decl)); |