bool-1.c, [...]: Fix comment typos.
authorKazu Hirata <kazu@codesourcery.com>
Sat, 7 Oct 2006 21:06:03 +0000 (21:06 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 7 Oct 2006 21:06:03 +0000 (21:06 +0000)
* 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.

From-SVN: r117541

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 93f5f2e65e5cd37b1762ccbfee54302a4f6410f6..e8edeb3d785e8ed71b808502b5e33ff25e501cff 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 699f3aba33f91a53ecc4da8379dc6349ab3c4ae3..d6e121ae07bd7852bfb5ca13f0898ad27a7902cf 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 2fdd496ba690a89c9167e5074915e44400ed77e1..0f88b0965059f9bb56dce2cf4162c9aa41d2abe8 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 06356f6268980737998db400f5ca021e115b0e95..b06182e2ac446048666819c9ec1c9e8648df9d9f 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 5ea03878f66824ad593e6e63719e56e08c0cad3c..e33ce9c73b5424e9569d3d5c4df025d5f8875785 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 9340397abe9b2dc740d7d6395a91ed514988e961..cc77591c937da819057fe6889ea11ab251d5d16e 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 869f9b8e15fb4f262271d2a912e84c0fe0d789ee..5275252708316768c5cd37d94b962b734a037146 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 59e04178fadc531f1d16b44b6062fff7e00c6451..2660b25804103a3cf31858840d122afabe46951e 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" } } */