frmul.c (__v2hi): Use short as base type, not itn.

* gcc.target/bfin/frmul.c (__v2hi): Use short as base type, not itn.
	* gcc.target/bfin/arith.c (__v2hi): Likewise.
	* gcc.target/bfin/mul-combine.c (__v2hi): Likewise.
	* gcc.target/bfin/shift.c (__v2hi): Likewise.

From-SVN: r124377
This commit is contained in:
Bernd Schmidt 2007-05-03 13:24:03 +00:00 committed by Bernd Schmidt
parent 314f99131f
commit e119f74e24
5 changed files with 11 additions and 4 deletions

View File

@ -1,3 +1,10 @@
2007-05-03 Bernd Schmidt <bernd.schmidt@analog.com>
* gcc.target/bfin/frmul.c (__v2hi): Use short as base type, not itn.
* gcc.target/bfin/arith.c (__v2hi): Likewise.
* gcc.target/bfin/mul-combine.c (__v2hi): Likewise.
* gcc.target/bfin/shift.c (__v2hi): Likewise.
2007-05-03 Dorit Nuzman <dorit@il.ibm.com>
PR tree-optimization/31699

View File

@ -1,7 +1,7 @@
extern void abort (void);
extern void exit (int);
typedef int __v2hi __attribute ((vector_size(4)));
typedef short __v2hi __attribute ((vector_size(4)));
typedef __v2hi fract2x16;
typedef short fract16;

View File

@ -1,7 +1,7 @@
extern void abort (void);
extern void exit (int);
typedef int __v2hi __attribute ((vector_size(4)));
typedef short __v2hi __attribute ((vector_size(4)));
typedef __v2hi fract2x16;
typedef short fract16;

View File

@ -10,7 +10,7 @@
extern void abort (void);
extern void exit (int);
typedef int __v2hi __attribute ((vector_size(4)));
typedef short __v2hi __attribute ((vector_size(4)));
typedef __v2hi fract2x16;
typedef short fract16;

View File

@ -1,7 +1,7 @@
extern void abort (void);
extern void exit (int);
typedef int __v2hi __attribute ((vector_size(4)));
typedef short __v2hi __attribute ((vector_size(4)));
typedef __v2hi fract2x16;
typedef short fract16;