rs6000: Give names to cbranch/creturn patterns
authorSegher Boessenkool <segher@kernel.crashing.org>
Fri, 17 Aug 2018 17:22:36 +0000 (19:22 +0200)
committerSegher Boessenkool <segher@gcc.gnu.org>
Fri, 17 Aug 2018 17:22:36 +0000 (19:22 +0200)
commit071db4aa1ff88244d87cb4600f23325c9a92042c
treebaf81f7cf2b32d0777e14b6a7219a237334be8d3
parent10f04917abbc42e3717d33d9b5079aa4f9eb9ac5
rs6000: Give names to cbranch/creturn patterns

This gives a name to the conditional branch and conditional return
patterns, so that it looks neater in dumps and verbose asm.  Also, the
comment for conditional branch was out of date; this fixes it.

* config/rs6000/rs6000.md (*cbranch, *creturn): Name these patterns
(they were unnamed before).  Fix comments.

From-SVN: r263623
gcc/ChangeLog
gcc/config/rs6000/rs6000.md