Commit 9e8c0677 by Andreas Krebbel Committed by Andreas Krebbel

s390.md ("fixuns_trunc<BFP:mode><GPR:mode>2"): Change mode macro in the last…

s390.md ("fixuns_trunc<BFP:mode><GPR:mode>2"): Change mode macro in the last real_2expN parameter to uppercase.

2007-09-10  Andreas Krebbel  <krebbel1@de.ibm.com>

	* config/s390/s390.md ("fixuns_trunc<BFP:mode><GPR:mode>2"):
	Change mode macro in the last real_2expN parameter to uppercase.

From-SVN: r128326
parent 18eaa2c0
2007-09-10 Andreas Krebbel <krebbel1@de.ibm.com>
* config/s390/s390.md ("fixuns_trunc<BFP:mode><GPR:mode>2"):
Change mode macro in the last real_2expN parameter to uppercase.
2007-09-10 Michael Matz <matz@suse.de> 2007-09-10 Michael Matz <matz@suse.de>
* tree-pass.h (pass_cselim): Declare new pass. * tree-pass.h (pass_cselim): Declare new pass.
...@@ -3295,8 +3295,8 @@ ...@@ -3295,8 +3295,8 @@
REAL_VALUE_TYPE cmp, sub; REAL_VALUE_TYPE cmp, sub;
operands[1] = force_reg (<BFP:MODE>mode, operands[1]); operands[1] = force_reg (<BFP:MODE>mode, operands[1]);
real_2expN (&cmp, GET_MODE_BITSIZE(<GPR:MODE>mode) - 1, <BFP:mode>mode); real_2expN (&cmp, GET_MODE_BITSIZE(<GPR:MODE>mode) - 1, <BFP:MODE>mode);
real_2expN (&sub, GET_MODE_BITSIZE(<GPR:MODE>mode), <BFP:mode>mode); real_2expN (&sub, GET_MODE_BITSIZE(<GPR:MODE>mode), <BFP:MODE>mode);
emit_insn (gen_cmp<BFP:mode> (operands[1], emit_insn (gen_cmp<BFP:mode> (operands[1],
CONST_DOUBLE_FROM_REAL_VALUE (cmp, <BFP:MODE>mode))); CONST_DOUBLE_FROM_REAL_VALUE (cmp, <BFP:MODE>mode)));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment