From e0654cf2a9016ee964adcaedff5b9b64dc076646 Mon Sep 17 00:00:00 2001 From: Andreas Krebbel Date: Thu, 10 Sep 2015 14:01:03 +0000 Subject: [PATCH] S/390: Add V1TImode to constant pool modes. gcc/ChangeLog: 2015-09-10 Andreas Krebbel * config/s390/s390.c: Add V1TImode to constant pool modes. From-SVN: r227635 --- gcc/ChangeLog | 4 ++++ gcc/config/s390/s390.c | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 42802bfc1c2..e882ec35df5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2015-09-10 Andreas Krebbel + + * config/s390/s390.c: Add V1TImode to constant pool modes. + 2015-09-10 Kyrylo Tkachov PR target/67439 diff --git a/gcc/config/s390/s390.c b/gcc/config/s390/s390.c index cbfc80073c9..a6644434e52 100644 --- a/gcc/config/s390/s390.c +++ b/gcc/config/s390/s390.c @@ -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, -- 2.30.2