]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
loop-1.c: Fix missing "-" in dg-final scan-assembler-times directive name.
authorHans-Peter Nilsson <hp@axis.com>
Thu, 20 Jan 2005 03:38:20 +0000 (03:38 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Thu, 20 Jan 2005 03:38:20 +0000 (03:38 +0000)
* gcc.dg/tree-ssa/loop-1.c: Fix missing "-" in dg-final
scan-assembler-times directive name.

From-SVN: r93942

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/loop-1.c

index 3e0b5baba36741d34629a1f02b71ec965260330d..fefb5fed7f567e7bb99cc3e91f72b607a26eda7c 100644 (file)
@@ -1,5 +1,8 @@
 2005-01-19  Hans-Peter Nilsson  <hp@axis.com>
 
+       * gcc.dg/tree-ssa/loop-1.c: Fix missing "-" in dg-final
+       scan-assembler-times directive name.
+
        * gcc.dg/asm-a.c: Move dg-require-effective-target to
        after dg-do.
 
index 2efbbc73d8e77d1bafa9bf6b3edbc7c16a37e0dd..e948399f52d73c481501e75a9ab68623a6143c31 100644 (file)
@@ -29,7 +29,7 @@ void xxx(void)
    well as the calls we need to look for something more specific then just
    foo in order to count only the calls and not the declaration.  */
 
-/* { dg-final { scan-assembler times "foo" 5 { xfail hppa-*-* ia64-*-* } } } */
+/* { dg-final { scan-assembler-times "foo" 5 { xfail hppa-*-* ia64-*-* } } } */
 /* { dg-final { scan-assembler-times "foo,%r" 5 { target hppa*-*-* } } } */
 /* { dg-final { scan-assembler-times "= foo"  5 { target ia64*-*-* } } } */