* gcc.dg/vect/costmodel/ppc/costmodel-vect-outer-fir.c: Add missing }.
From-SVN: r127645
This commit is contained in:
parent
1d51f40667
commit
5e2930c092
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -32,6 +32,7 @@ void foo (){
|
|||
out[i] += diff;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Vectorized. Changing misalignment in the inner-loop. */
|
||||
void fir (){
|
||||
|
|
Loading…
Add table
Reference in a new issue