diff options
Diffstat (limited to 'gcc/config/d30v/d30v.md')
-rw-r--r-- | gcc/config/d30v/d30v.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/d30v/d30v.md b/gcc/config/d30v/d30v.md index 5892a1aff8f..4f62f3c64d4 100644 --- a/gcc/config/d30v/d30v.md +++ b/gcc/config/d30v/d30v.md @@ -2934,7 +2934,7 @@ ;; Called after register allocation to add any instructions needed for the ;; prologue. Using a prologue insn is favored compared to putting all of the -;; instructions in the FUNCTION_PROLOGUE macro, since it allows the scheduler +;; instructions in output_function_prologue (), since it allows the scheduler ;; to intermix instructions with the saves of the caller saved registers. In ;; some cases, it might be necessary to emit a barrier instruction as the last ;; insn to prevent such scheduling. @@ -2950,7 +2950,7 @@ ;; Called after register allocation to add any instructions needed for the ;; epilogue. Using a epilogue insn is favored compared to putting all of the -;; instructions in the FUNCTION_PROLOGUE macro, since it allows the scheduler +;; instructions in output_function_epilogue (), since it allows the scheduler ;; to intermix instructions with the saves of the caller saved registers. In ;; some cases, it might be necessary to emit a barrier instruction as the last ;; insn to prevent such scheduling. |