The result looks nicer in the generated pass-instances.def. gcc/ChangeLog:
2018-09-13 Ilya Leoshkevich <i...@linux.ibm.com> * config/s390/s390-passes.def (INSERT_PASS_BEFORE): Improve formatting. Obvious fix, committed as r264306. --- gcc/config/s390/s390-passes.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/s390/s390-passes.def b/gcc/config/s390/s390-passes.def index 035c6e8bc0a..6d88d019ae7 100644 --- a/gcc/config/s390/s390-passes.def +++ b/gcc/config/s390/s390-passes.def @@ -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); -- 2.19.0