Commit e0654cf2 by Andreas Krebbel Committed by Andreas Krebbel

S/390: Add V1TImode to constant pool modes.

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
parent 9b982888
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> 2015-09-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
PR target/67439 PR target/67439
......
...@@ -7703,11 +7703,12 @@ replace_ltrel_base (rtx *x) ...@@ -7703,11 +7703,12 @@ replace_ltrel_base (rtx *x)
/* We keep a list of constants which we have to add to internal /* We keep a list of constants which we have to add to internal
constant tables in the middle of large functions. */ 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] = machine_mode constant_modes[NR_C_MODES] =
{ {
TFmode, TImode, TDmode, TFmode, TImode, TDmode,
V16QImode, V8HImode, V4SImode, V2DImode, V4SFmode, V2DFmode, V1TFmode, V16QImode, V8HImode, V4SImode, V2DImode, V1TImode,
V4SFmode, V2DFmode, V1TFmode,
DFmode, DImode, DDmode, DFmode, DImode, DDmode,
V8QImode, V4HImode, V2SImode, V1DImode, V2SFmode, V1DFmode, V8QImode, V4HImode, V2SImode, V1DImode, V2SFmode, V1DFmode,
SFmode, SImode, SDmode, SFmode, SImode, SDmode,
......
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