diff options
Diffstat (limited to 'gcc/cse.c')
-rw-r--r-- | gcc/cse.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5817,7 +5817,7 @@ cse_process_notes (rtx x, rtx object) { rtx new = gen_lowpart (GET_MODE (x), ent->const_rtx); if (new) - return new; + return copy_rtx (new); } } |