patching file gcc/config/s390/s390-passes.def
authorIlya Leoshkevich <iii@linux.ibm.com>
Fri, 14 Sep 2018 10:15:46 +0000 (10:15 +0000)
committerIlya Leoshkevich <iii@gcc.gnu.org>
Fri, 14 Sep 2018 10:15:46 +0000 (10:15 +0000)
S/390: Improve s390-passes.def formatting

The result looks nicer in the generated pass-instances.def.

gcc/ChangeLog:

2018-09-14  Ilya Leoshkevich  <iii@linux.ibm.com>

* config/s390/s390-passes.def (INSERT_PASS_BEFORE): Improve
formatting.

From-SVN: r264306

gcc/ChangeLog
gcc/config/s390/s390-passes.def

index 3a004ec4a459e8d128312992d49914d671b5ed0e..02b128e24869e4f535b4f1aa1fd565f877817f50 100644 (file)
@@ -1,3 +1,8 @@
+2018-09-14  Ilya Leoshkevich  <iii@linux.ibm.com>
+
+       * config/s390/s390-passes.def (INSERT_PASS_BEFORE): Improve
+       formatting.
+
 2018-09-14  Richard Biener  <rguenther@suse.de>
 
        PR middle-end/63155
index 035c6e8bc0ae43827a8428038217a2bf43f99791..6d88d019ae79dd882a7c9d3c6dec642802a498cf 100644 (file)
@@ -17,4 +17,4 @@ You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING3.  If not see
 <http://www.gnu.org/licenses/>.  */
 
-INSERT_PASS_BEFORE (pass_thread_prologue_and_epilogue, 1, pass_s390_early_mach);
+         INSERT_PASS_BEFORE (pass_thread_prologue_and_epilogue, 1, pass_s390_early_mach);