diff options
author | Segher Boessenkool <segher@kernel.crashing.org> | 2018-09-18 19:37:40 +0200 |
---|---|---|
committer | Segher Boessenkool <segher@gcc.gnu.org> | 2018-09-18 19:37:40 +0200 |
commit | b819cc44a1a8f0b47f2c9c421980126776d9a8bb (patch) | |
tree | 46e3d93fb4fb761812b777fcc415c735de294213 | |
parent | c99fcadae81ed49b72f87b446953e85767e56fcc (diff) | |
download | gcc-b819cc44a1a8f0b47f2c9c421980126776d9a8bb.zip gcc-b819cc44a1a8f0b47f2c9c421980126776d9a8bb.tar.gz gcc-b819cc44a1a8f0b47f2c9c421980126776d9a8bb.tar.bz2 |
rs6000: Remove old "Cygnus sibcall" comment
This comment is quite cryptic and very out-of-date by now. Committing.
* config/rs6000/rs6000.md: Remove old "Cygnus sibcall" comment.
From-SVN: r264403
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/rs6000/rs6000.md | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6f4e131..92b878f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2018-09-18 Segher Boessenkool <segher@kernel.crashing.org> + * config/rs6000/rs6000.md: Remove old "Cygnus sibcall" comment. + +2018-09-18 Segher Boessenkool <segher@kernel.crashing.org> + PR rtl-optimization/86882 * rtlanal.c (reg_overlap_mentioned_p): Handle CLOBBER. diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index b0889df..4ce24d5 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -13062,8 +13062,7 @@ (set_attr "indexed" "yes") (set_attr "cell_micro" "always")]) -; FIXME: This would probably be somewhat simpler if the Cygnus sibcall -; stuff was in GCC. Oh, and "any_parallel_operand" is a bit flexible... +; FIXME: "any_parallel_operand" is a bit flexible... ; The following comment applies to: ; save_gpregs_* |