S/390: Add V1TImode to constant pool modes.
authorAndreas Krebbel <krebbel@linux.vnet.ibm.com>
Thu, 10 Sep 2015 14:01:03 +0000 (14:01 +0000)
committerAndreas Krebbel <krebbel@gcc.gnu.org>
Thu, 10 Sep 2015 14:01:03 +0000 (14:01 +0000)
gcc/ChangeLog:

2015-09-10  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>

* config/s390/s390.c: Add V1TImode to constant pool modes.

From-SVN: r227635

gcc/ChangeLog
gcc/config/s390/s390.c

index 42802bfc1c2a3a977e3cfee5ec87daaeb9e8d1f8..e882ec35df54fcfc92a6f0952250c879efc4414b 100644 (file)
@@ -1,3 +1,7 @@
+2015-09-10  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
+
+       * config/s390/s390.c: Add V1TImode to constant pool modes.
+
 2015-09-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
 
        PR target/67439
index cbfc80073c9f98462af85decd054056ca871ea3e..a6644434e5262f387554465de6aa4ccabe96aa69 100644 (file)
@@ -7703,11 +7703,12 @@ replace_ltrel_base (rtx *x)
 /* We keep a list of constants which we have to add to internal
    constant tables in the middle of large functions.  */
 
-#define NR_C_MODES 31
+#define NR_C_MODES 32
 machine_mode constant_modes[NR_C_MODES] =
 {
   TFmode, TImode, TDmode,
-  V16QImode, V8HImode, V4SImode, V2DImode, V4SFmode, V2DFmode, V1TFmode,
+  V16QImode, V8HImode, V4SImode, V2DImode, V1TImode,
+  V4SFmode, V2DFmode, V1TFmode,
   DFmode, DImode, DDmode,
   V8QImode, V4HImode, V2SImode, V1DImode, V2SFmode, V1DFmode,
   SFmode, SImode, SDmode,