diff options
| author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-11-07 02:51:21 +0000 |
|---|---|---|
| committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-11-07 02:51:21 +0000 |
| commit | 5c7314347cf56b22da972e349bd328d380583e50 (patch) | |
| tree | 3e3a33aee0ad167297873a9f03c5508526767528 /gcc/function.c | |
| parent | 53290b4836a89df4d09f8f5d426b2638b53fcd9a (diff) | |
| download | ppe42-gcc-5c7314347cf56b22da972e349bd328d380583e50.tar.gz ppe42-gcc-5c7314347cf56b22da972e349bd328d380583e50.zip | |
* function.c (purge_addressof): Clear purge_addressof_replacements
only after processing the whole function.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23554 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/function.c')
| -rw-r--r-- | gcc/function.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/function.c b/gcc/function.c index d2eab67b61e..44accb85a0d 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -3017,8 +3017,8 @@ purge_addressof (insns) purge_addressof_1 (&PATTERN (insn), insn, asm_noperands (PATTERN (insn)) > 0, 0); purge_addressof_1 (®_NOTES (insn), NULL_RTX, 0, 0); - purge_addressof_replacements = 0; } + purge_addressof_replacements = 0; } /* Pass through the INSNS of function FNDECL and convert virtual register |

