diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/vect/no-scevccp-outer-10a.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/vect/no-scevccp-outer-10a.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/vect/no-scevccp-outer-10a.c b/gcc/testsuite/gcc.dg/vect/no-scevccp-outer-10a.c index ff3333d0301..9a71b498da7 100644 --- a/gcc/testsuite/gcc.dg/vect/no-scevccp-outer-10a.c +++ b/gcc/testsuite/gcc.dg/vect/no-scevccp-outer-10a.c @@ -8,7 +8,7 @@ int a[N]; int b[N]; -int +__attribute__ ((noinline)) int foo (int n){ int i,j; int sum,x,y; |