diff options
author | mycroft <mycroft@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-07-06 20:26:57 +0000 |
---|---|---|
committer | mycroft <mycroft@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-07-06 20:26:57 +0000 |
commit | 8ffc504d4b29947cd25d0effc0e6395c840a2c71 (patch) | |
tree | d4d2ee8ba17bcc6c24d5bb5a26b4d07415a846d1 /gcc/sdbout.c | |
parent | 4341e0cf2841062c6a0c430c69f209cbf6a5a8b4 (diff) | |
download | gcc-8ffc504d4b29947cd25d0effc0e6395c840a2c71.tar.gz |
*** empty log message ***
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1479 138bc75d-0d04-0410-961f-82ee72b054a4
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 8ebb5a8130c..3e5a6fff1f2 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)); |