This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: S/390: Some cleanup


Ulrich Weigand <weigand@i1.informatik.uni-erlangen.de> writes:

> Hello,
>
> this cleans up the s390.md file by defining symbolic constants for the
> remaining unspec uses, and by writing the output control string as
> brace block whereever this is simpler.  No functional changes.

You can remove the extra backslash in "\\t", too, e.g.

> !       case 0: return "tmhh\\t%0,%x2";

can be written "tmhh\t%0,%x2"

zw


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]