s390.md ("fixuns_trunc<BFP:mode><GPR:mode>2"): Change mode macro in the last real_2ex...
authorAndreas Krebbel <krebbel1@de.ibm.com>
Mon, 10 Sep 2007 08:40:04 +0000 (08:40 +0000)
committerAndreas Krebbel <krebbel@gcc.gnu.org>
Mon, 10 Sep 2007 08:40:04 +0000 (08:40 +0000)
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

gcc/ChangeLog
gcc/config/s390/s390.md

index 8acb6471705e2460584c0da2a734ff15fe55229b..dcf3a5cb1e2a6ab51eab6a1bf4ab55fcba5e37b7 100644 (file)
@@ -1,3 +1,8 @@
+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>
 
        * tree-pass.h (pass_cselim): Declare new pass.
index b1350336e189925abebd2f5727fcf138d01bdf41..fbabfdd2def2830a1c7199cdc2813031ec24ad1d 100644 (file)
   REAL_VALUE_TYPE cmp, sub;
   
   operands[1] = force_reg (<BFP:MODE>mode, operands[1]);
-  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 (&cmp, GET_MODE_BITSIZE(<GPR:MODE>mode) - 1, <BFP:MODE>mode);
+  real_2expN (&sub, GET_MODE_BITSIZE(<GPR:MODE>mode), <BFP:MODE>mode);
   
   emit_insn (gen_cmp<BFP:mode> (operands[1],
        CONST_DOUBLE_FROM_REAL_VALUE (cmp, <BFP:MODE>mode)));