OSDN Git Service

* gcc.dg/tree-ssa/bool-1.c, gcc.dg/tree-ssa/bool-2.c,
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 7 Oct 2006 21:06:03 +0000 (21:06 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 7 Oct 2006 21:06:03 +0000 (21:06 +0000)
gcc.dg/tree-ssa/bool-4.c, gcc.dg/tree-ssa/bool-5.c,
gcc.dg/tree-ssa/bool-6.c, gcc.dg/tree-ssa/bool-8.c,
gcc.dg/tree-ssa/bool-9.c: Fix comment typos.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117541 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/bool-1.c
gcc/testsuite/gcc.dg/tree-ssa/bool-2.c
gcc/testsuite/gcc.dg/tree-ssa/bool-4.c
gcc/testsuite/gcc.dg/tree-ssa/bool-5.c
gcc/testsuite/gcc.dg/tree-ssa/bool-6.c
gcc/testsuite/gcc.dg/tree-ssa/bool-8.c
gcc/testsuite/gcc.dg/tree-ssa/bool-9.c

index 93f5f2e..e8edeb3 100644 (file)
@@ -1,3 +1,10 @@
+2006-10-07  Kazu Hirata  <kazu@codesourcery.com>
+
+       * gcc.dg/tree-ssa/bool-1.c, gcc.dg/tree-ssa/bool-2.c,
+       gcc.dg/tree-ssa/bool-4.c, gcc.dg/tree-ssa/bool-5.c,
+       gcc.dg/tree-ssa/bool-6.c, gcc.dg/tree-ssa/bool-8.c,
+       gcc.dg/tree-ssa/bool-9.c: Fix comment typos.
+
 2006-10-07  Andrew Pinski  <pinskia@gmail.com>
 
        * objc.dg/gnu-encoding/struct-layout-encoding-1_generate.c:
index 699f3ab..d6e121a 100644 (file)
@@ -12,8 +12,8 @@ int f(_Bool x)
    bool_var != 0 is the same as bool_var. */
 /* { dg-final { scan-tree-dump-times "!= 0" 0 "optimized"} } */
 
-/* There should be no adde for powerpc. Checking if we actually optimizated
-   away the comparision.  */
+/* There should be no adde for powerpc.  Check if we actually optimized
+   away the comparison.  */
 /* { dg-final { scan-assembler-times "adde" 0 { target powerpc*-*-* } } } */
 
 /* { dg-final { cleanup-tree-dump "optimized" } } */
index 2fdd496..0f88b09 100644 (file)
@@ -15,8 +15,8 @@ int f(_Bool x)
    bool_var != 0 is the same as bool_var. */
 /* { dg-final { scan-tree-dump-times "!= 0" 0 "optimized"} } */
 
-/* There should be no adde for powerpc. Checking if we actually optimizated
-   away the comparision.  */
+/* There should be no adde for powerpc.  Check if we actually optimized
+   away the comparison.  */
 /* { dg-final { scan-assembler-times "adde" 0 { target powerpc*-*-* } } } */
 
 /* { dg-final { cleanup-tree-dump "optimized" } } */
index 06356f6..b06182e 100644 (file)
@@ -10,8 +10,8 @@ int f(_Bool x)
    bool_var != 0 is the same as bool_var. */
 /* { dg-final { scan-tree-dump-times "!= 0" 0 "optimized"} } */
 
-/* There should be no adde for powerpc. Checking if we actually optimizated
-   away the comparision.  */
+/* There should be no adde for powerpc.  Check if we actually optimized
+   away the comparison.  */
 /* { dg-final { scan-assembler-times "adde" 0 { target powerpc*-*-* } } } */
 
 /* { dg-final { cleanup-tree-dump "optimized" } } */
index 5ea0387..e33ce9c 100644 (file)
@@ -12,8 +12,8 @@ int f(_Bool x)
    bool_var == 1 is the same as bool_var. */
 /* { dg-final { scan-tree-dump-times "== 1" 0 "optimized"} } */
 
-/* There should be no adde for powerpc. Checking if we actually optimizated
-   away the comparision.  */
+/* There should be no adde for powerpc.  Check if we actually optimized
+   away the comparison.  */
 /* { dg-final { scan-assembler-times "adde" 0 { target powerpc*-*-* } } } */
 
 /* { dg-final { cleanup-tree-dump "optimized" } } */
index 9340397..cc77591 100644 (file)
@@ -15,8 +15,8 @@ int f(_Bool x)
    bool_var == 1 is the same as bool_var. */
 /* { dg-final { scan-tree-dump-times "== 1" 0 "optimized"} } */
 
-/* There should be no adde for powerpc. Checking if we actually optimizated
-   away the comparision.  */
+/* There should be no adde for powerpc.  Check if we actually optimized
+   away the comparison.  */
 /* { dg-final { scan-assembler-times "adde" 0 { target powerpc*-*-* } } } */
 
 /* { dg-final { cleanup-tree-dump "optimized" } } */
index 869f9b8..5275252 100644 (file)
@@ -10,8 +10,8 @@ int f(_Bool x)
    bool_var == 1 is the same as bool_var. */
 /* { dg-final { scan-tree-dump-times "== 1" 0 "optimized"} } */
 
-/* There should be no adde for powerpc. Checking if we actually optimizated
-   away the comparision.  */
+/* There should be no adde for powerpc.  Check if we actually optimized
+   away the comparison.  */
 /* { dg-final { scan-assembler-times "adde" 0 { target powerpc*-*-* } } } */
 
 /* { dg-final { cleanup-tree-dump "optimized" } } */
index 59e0417..2660b25 100644 (file)
@@ -10,8 +10,8 @@ _Bool f1(_Bool x)
    bool_var != 0 is the same as bool_var. */
 /* { dg-final { scan-tree-dump-times "!= 0" 0 "optimized"} } */
 
-/* There should be no subfe for powerpc. Checking if we actually optimizated
-   away the comparision.  */
+/* There should be no subfe for powerpc.  Check if we actually optimized
+   away the comparison.  */
 /* { dg-final { scan-assembler-times "subfe" 0 { target powerpc*-*-* } } } */
 
 /* { dg-final { cleanup-tree-dump "optimized" } } */