]> git.ipfire.org Git - thirdparty/gcc.git/commit
i386.c (put_condition_code): Change "reverse" and "fp" arguments to bool.
authorUros Bizjak <uros@gcc.gnu.org>
Mon, 21 May 2012 19:32:55 +0000 (21:32 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Mon, 21 May 2012 19:32:55 +0000 (21:32 +0200)
commitf1ea1f5c047c3e94c8b2c604bb1af7608cc27724
tree0aafeb428b7faccc815854d69c16af7df79ccad4
parent07ba94b91a868dc164f1a2a1e20894e11244c8b1
i386.c (put_condition_code): Change "reverse" and "fp" arguments to bool.

* config/i386/i386.c (put_condition_code): Change "reverse" and "fp"
arguments to bool.
(ix86_print_operand) <case 'O'>: Look at mode size of the operand.
Do not print '.' here.  Output operand lossage error for unhandled
sizes.  Move.
<case '*'>: Move.
<case '&'>: Ditto.
<case 'Y'>: Ditto.
<case 'z'>: Hardcode "code" argument into error strings.
<case 'Z'>: Ditto.
<case 'D'>: Merge AVX and non-AVX codes.
<case 'C', case 'c', case 'F', case 'f'>: Merge.  Fix error string.
Update call to put_condition_code.

From-SVN: r187734
gcc/ChangeLog
gcc/config/i386/i386.c