diff options
Diffstat (limited to 'gcc/explow.c')
-rw-r--r-- | gcc/explow.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/explow.c b/gcc/explow.c index b6c290f1606..7114094d2d6 100644 --- a/gcc/explow.c +++ b/gcc/explow.c @@ -684,7 +684,6 @@ rtx stabilize (x) rtx x; { - if (GET_CODE (x) != MEM || ! rtx_unstable_p (XEXP (x, 0))) return x; |