summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/vect/no-scevccp-outer-10a.c
diff options
context:
space:
mode:
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.c2
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;