diff options
Diffstat (limited to 'gcc/alias.c')
-rw-r--r-- | gcc/alias.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/alias.c b/gcc/alias.c index fb493f8e7b0..e29c57e5234 100644 --- a/gcc/alias.c +++ b/gcc/alias.c @@ -586,9 +586,7 @@ canon_rtx (x) { rtx new = gen_rtx_MEM (GET_MODE (x), addr); - RTX_UNCHANGING_P (new) = RTX_UNCHANGING_P (x); MEM_COPY_ATTRIBUTES (new, x); - MEM_ALIAS_SET (new) = MEM_ALIAS_SET (x); x = new; } } |