* gcc.dg/vect/costmodel/ppc/costmodel-vect-outer-fir.c: Add missing }.
authorDorit Nuzman <dorit@il.ibm.com>
Mon, 20 Aug 2007 11:37:39 +0000 (11:37 +0000)
committerDorit Nuzman <dorit@gcc.gnu.org>
Mon, 20 Aug 2007 11:37:39 +0000 (11:37 +0000)
From-SVN: r127645

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-vect-outer-fir.c

index 1c792ad59de1401259c3de659612a88219ab2a6a..08a9c436389058f5ba3d01c5ecd2b11f55f904ce 100644 (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
index 97163e6c46baf0aa62b05c746300ae0a4af0b4ab..336ed9799e84bb05992761aefa4b8d78aca0cea2 100644 (file)
@@ -32,6 +32,7 @@ void foo (){
     out[i] += diff;
   }
  }
+}
 
 /* Vectorized. Changing misalignment in the inner-loop.  */
 void fir (){