summaryrefslogtreecommitdiffstats
path: root/gcc/config/c4x/c4x.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/c4x/c4x.c')
-rw-r--r--gcc/config/c4x/c4x.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/config/c4x/c4x.c b/gcc/config/c4x/c4x.c
index f8a64318500..abbfba1ba62 100644
--- a/gcc/config/c4x/c4x.c
+++ b/gcc/config/c4x/c4x.c
@@ -1898,9 +1898,8 @@ c4x_scan_for_ldp (newop, insn, operand0)
op0));
/* Use change_address? */
- MEM_VOLATILE_P (*newop) = MEM_VOLATILE_P (operand);
RTX_UNCHANGING_P (*newop) = RTX_UNCHANGING_P (operand);
- MEM_IN_STRUCT_P (*newop) = MEM_IN_STRUCT_P (operand);
+ MEM_COPY_ATTRIBUTES (*newop, operand);
break;
default:
OpenPOWER on IntegriCloud