summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/vect/no-scevccp-outer-11.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/vect/no-scevccp-outer-11.c')
-rw-r--r--gcc/testsuite/gcc.dg/vect/no-scevccp-outer-11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/vect/no-scevccp-outer-11.c b/gcc/testsuite/gcc.dg/vect/no-scevccp-outer-11.c
index ebc1735288a..16b0cc0c361 100644
--- a/gcc/testsuite/gcc.dg/vect/no-scevccp-outer-11.c
+++ b/gcc/testsuite/gcc.dg/vect/no-scevccp-outer-11.c
@@ -7,7 +7,7 @@
int a[N];
-int
+__attribute__ ((noinline)) int
foo (int n){
int i,j;
int sum;