* gcc.dg/vect/costmodel/ppc/costmodel-vect-outer-fir.c: Add missing }.

From-SVN: r127645
This commit is contained in:
Dorit Nuzman 2007-08-20 11:37:39 +00:00 committed by Dorit Nuzman
parent 1d51f40667
commit 5e2930c092
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2007-08-20 Dorit Nuzman <dorit@il.ibm.com>
* gcc.dg/vect/costmodel/ppc/costmodel-vect-outer-fir.c: Add missing }.
2007-08-20 Jakub Jelinek <jakub@redhat.com>
PR c++/33025

View file

@ -32,6 +32,7 @@ void foo (){
out[i] += diff;
}
}
}
/* Vectorized. Changing misalignment in the inner-loop. */
void fir (){