vect-ifcvt-9.c: Use inline.

* gcc.dg/vect/vect-ifcvt-9.c: Use inline.

From-SVN: r131736
This commit is contained in:
Kaveh R. Ghazi
2008-01-22 19:13:37 +00:00
committed by Kaveh Ghazi
parent d4175b9f4b
commit 25132397bd
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2008-01-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* gcc.dg/vect/vect-ifcvt-9.c: Use inline.
2008-01-22 Richard Guenther <rguenther@suse.de>
PR middle-end/34739

View File

@@ -11,7 +11,7 @@ extern void abort(void);
int A[N] = {36,39,42,45,43,32,21,12,23,34,45,56,67,78,89,11};
int B[N] = {0,0,42,42,42,0,0,0,0,0,42,42,42,42,42,0};
void foo () __attribute__((always_inline));
inline void foo () __attribute__((always_inline));
void foo ()
{
int i, j;