Formatting fix.
authorJoern Rennecke <amylaar@gcc.gnu.org>
Fri, 12 Feb 1999 16:25:20 +0000 (16:25 +0000)
committerJoern Rennecke <amylaar@gcc.gnu.org>
Fri, 12 Feb 1999 16:25:20 +0000 (16:25 +0000)
From-SVN: r25171

gcc/reload.c

index 19c7efeacec5c23a8994c4f6e5bff0c381d84568..66b8de5cc68ac94edc9a64a53fc12fcd31bb21db 100644 (file)
@@ -5641,7 +5641,7 @@ find_reloads_subreg_address (x, force_replace, opnum, type,
          rtx tem = make_memloc (SUBREG_REG (x), regno);
 
          /* If the address changes because of register elimination, then
-             it must be replaced.  */
+            it must be replaced.  */
          if (force_replace
              || ! rtx_equal_p (tem, reg_equiv_mem[regno]))
            {