Commit e119f74e by Bernd Schmidt Committed by Bernd Schmidt

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
parent 314f9913
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
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;
......
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;
......
......@@ -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;
......
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;
......
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