diff options
Diffstat (limited to 'gcc/reload1.c')
-rw-r--r-- | gcc/reload1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/reload1.c b/gcc/reload1.c index de868e6..74783ef 100644 --- a/gcc/reload1.c +++ b/gcc/reload1.c @@ -790,7 +790,7 @@ reload (first, global) { /* Always unshare the equivalence, so we can substitute into this insn without touching the - equivalence. */ + equivalence. */ reg_equiv_memory_loc[i] = copy_rtx (x); } else if (function_invariant_p (x)) |