OSDN Git Service

* gcc.dg/vect/costmodel/ppc/costmodel-vect-outer-fir.c: Add missing }.
authordorit <dorit@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 20 Aug 2007 11:37:39 +0000 (11:37 +0000)
committerdorit <dorit@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 20 Aug 2007 11:37:39 +0000 (11:37 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127645 138bc75d-0d04-0410-961f-82ee72b054a4

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

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