[RS6000] Comment fixes
authorAlan Modra <amodra@gmail.com>
Tue, 13 Nov 2018 03:26:40 +0000 (13:56 +1030)
committerAlan Modra <amodra@gcc.gnu.org>
Tue, 13 Nov 2018 03:26:40 +0000 (13:56 +1030)
* config/rs6000/rs6000.c (rs6000_emit_prologue): Comment fix.

From-SVN: r266047

gcc/ChangeLog
gcc/config/rs6000/rs6000.c

index b2ab5487d5567304ffe720570f9703f72712ab4b..1894e16e4db435b5ab68e0c8fbad7296964c6e07 100644 (file)
@@ -2,6 +2,7 @@
 
        * config/rs6000/predicates.md (logical_const_operand),
        (logical_operand): Correct comment.
+       * config/rs6000/rs6000.c (rs6000_emit_prologue): Comment fix.
 
 2018-11-13  Alan Modra  <amodra@gmail.com>
 
index 75b197f458c882d0fb7285356e7de4fd3dfa18f6..e0b1bbb4afb17c82765cdd8b89dd7d1df505e5aa 100644 (file)
@@ -26724,7 +26724,7 @@ rs6000_emit_prologue (void)
     }
 
   /* If we need to save CR, put it into r12 or r11.  Choose r12 except when
-     r12 will be needed by out-of-line gpr restore.  */
+     r12 will be needed by out-of-line gpr save.  */
   cr_save_regno = ((DEFAULT_ABI == ABI_AIX || DEFAULT_ABI == ABI_ELFv2)
                   && !(strategy & (SAVE_INLINE_GPRS
                                    | SAVE_NOINLINE_GPRS_SAVES_LR))