This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] gcc.dg/tree-ssa/bool-?.c: Fix comment typos.


Hi,

Tested on x86_64-pc-linux-gnu.  Committed as obvious.

Kazu Hirata

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.

Index: testsuite/gcc.dg/tree-ssa/bool-1.c
===================================================================
--- testsuite/gcc.dg/tree-ssa/bool-1.c	(revision 116677)
+++ testsuite/gcc.dg/tree-ssa/bool-1.c	(working copy)
@@ -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: testsuite/gcc.dg/tree-ssa/bool-2.c
===================================================================
--- testsuite/gcc.dg/tree-ssa/bool-2.c	(revision 116677)
+++ testsuite/gcc.dg/tree-ssa/bool-2.c	(working copy)
@@ -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: testsuite/gcc.dg/tree-ssa/bool-4.c
===================================================================
--- testsuite/gcc.dg/tree-ssa/bool-4.c	(revision 116677)
+++ testsuite/gcc.dg/tree-ssa/bool-4.c	(working copy)
@@ -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: testsuite/gcc.dg/tree-ssa/bool-5.c
===================================================================
--- testsuite/gcc.dg/tree-ssa/bool-5.c	(revision 116677)
+++ testsuite/gcc.dg/tree-ssa/bool-5.c	(working copy)
@@ -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: testsuite/gcc.dg/tree-ssa/bool-6.c
===================================================================
--- testsuite/gcc.dg/tree-ssa/bool-6.c	(revision 116677)
+++ testsuite/gcc.dg/tree-ssa/bool-6.c	(working copy)
@@ -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: testsuite/gcc.dg/tree-ssa/bool-8.c
===================================================================
--- testsuite/gcc.dg/tree-ssa/bool-8.c	(revision 116677)
+++ testsuite/gcc.dg/tree-ssa/bool-8.c	(working copy)
@@ -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: testsuite/gcc.dg/tree-ssa/bool-9.c
===================================================================
--- testsuite/gcc.dg/tree-ssa/bool-9.c	(revision 116677)
+++ testsuite/gcc.dg/tree-ssa/bool-9.c	(working copy)
@@ -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" } } */


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]