This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: S/390: Some cleanup
- From: "Zack Weinberg" <zack at codesourcery dot com>
- To: Ulrich Weigand <weigand at i1 dot informatik dot uni-erlangen dot de>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Wed, 30 Jul 2003 18:22:01 -0700
- Subject: Re: S/390: Some cleanup
- References: <200307302313.BAA08953@faui11.informatik.uni-erlangen.de>
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