Added \n to printf to shorten line for VAX-C.

From-SVN: r6757
This commit is contained in:
Richard Kenner 1994-03-12 07:38:00 -05:00
parent fe701b404f
commit a558d86409
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/* Generate code from machine description to emit insns as rtl.
Copyright (C) 1987, 1988, 1991 Free Software Foundation, Inc.
Copyright (C) 1987, 1988, 1991, 1994 Free Software Foundation, Inc.
This file is part of GNU CC.
@ -236,7 +236,7 @@ gen_exp (x)
{
if (fmt[i] == '0')
break;
printf (", ");
printf (",\n\t");
if (fmt[i] == 'e' || fmt[i] == 'u')
gen_exp (XEXP (x, i));
else if (fmt[i] == 'i')