diff options
Diffstat (limited to 'gcc/explow.c')
-rw-r--r-- | gcc/explow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/explow.c b/gcc/explow.c index ec7a69a7833..cd0a15836a3 100644 --- a/gcc/explow.c +++ b/gcc/explow.c @@ -663,7 +663,7 @@ maybe_set_unchanging (ref, t) contents of the initializer. Yes, this does eliminate a good fraction of the number of uses of RTX_UNCHANGING_P for a language like Ada. It also eliminates a good quantity of bugs. Let this be incentive to - eliminate RTX_UNCHANGING_P entirely in favour of a more reliable + eliminate RTX_UNCHANGING_P entirely in favor of a more reliable solution, perhaps based on alias sets. */ if ((TREE_READONLY (t) && DECL_P (t) |