summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2006-10-07 21:06:03 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2006-10-07 21:06:03 +0000
commitec38bec69762644aab546bfa41580ea52327a2a2 (patch)
tree6bd2aa47172125a3ec8ef4d0688913bbf05cbc72
parent225acffbcc73626f207678352fe9a3630f65423b (diff)
downloadppe42-gcc-ec38bec69762644aab546bfa41580ea52327a2a2.tar.gz
ppe42-gcc-ec38bec69762644aab546bfa41580ea52327a2a2.zip
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117541 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/testsuite/ChangeLog7
-rw-r--r--gcc/testsuite/gcc.dg/tree-ssa/bool-1.c4
-rw-r--r--gcc/testsuite/gcc.dg/tree-ssa/bool-2.c4
-rw-r--r--gcc/testsuite/gcc.dg/tree-ssa/bool-4.c4
-rw-r--r--gcc/testsuite/gcc.dg/tree-ssa/bool-5.c4
-rw-r--r--gcc/testsuite/gcc.dg/tree-ssa/bool-6.c4
-rw-r--r--gcc/testsuite/gcc.dg/tree-ssa/bool-8.c4
-rw-r--r--gcc/testsuite/gcc.dg/tree-ssa/bool-9.c4
8 files changed, 21 insertions, 14 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 93f5f2e65e5..e8edeb3d785 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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:
diff --git a/gcc/testsuite/gcc.dg/tree-ssa/bool-1.c b/gcc/testsuite/gcc.dg/tree-ssa/bool-1.c
index 699f3aba33f..d6e121ae07b 100644
--- a/gcc/testsuite/gcc.dg/tree-ssa/bool-1.c
+++ b/gcc/testsuite/gcc.dg/tree-ssa/bool-1.c
@@ -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" } } */
diff --git a/gcc/testsuite/gcc.dg/tree-ssa/bool-2.c b/gcc/testsuite/gcc.dg/tree-ssa/bool-2.c
index 2fdd496ba69..0f88b096505 100644
--- a/gcc/testsuite/gcc.dg/tree-ssa/bool-2.c
+++ b/gcc/testsuite/gcc.dg/tree-ssa/bool-2.c
@@ -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" } } */
diff --git a/gcc/testsuite/gcc.dg/tree-ssa/bool-4.c b/gcc/testsuite/gcc.dg/tree-ssa/bool-4.c
index 06356f62689..b06182e2ac4 100644
--- a/gcc/testsuite/gcc.dg/tree-ssa/bool-4.c
+++ b/gcc/testsuite/gcc.dg/tree-ssa/bool-4.c
@@ -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" } } */
diff --git a/gcc/testsuite/gcc.dg/tree-ssa/bool-5.c b/gcc/testsuite/gcc.dg/tree-ssa/bool-5.c
index 5ea03878f66..e33ce9c73b5 100644
--- a/gcc/testsuite/gcc.dg/tree-ssa/bool-5.c
+++ b/gcc/testsuite/gcc.dg/tree-ssa/bool-5.c
@@ -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" } } */
diff --git a/gcc/testsuite/gcc.dg/tree-ssa/bool-6.c b/gcc/testsuite/gcc.dg/tree-ssa/bool-6.c
index 9340397abe9..cc77591c937 100644
--- a/gcc/testsuite/gcc.dg/tree-ssa/bool-6.c
+++ b/gcc/testsuite/gcc.dg/tree-ssa/bool-6.c
@@ -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" } } */
diff --git a/gcc/testsuite/gcc.dg/tree-ssa/bool-8.c b/gcc/testsuite/gcc.dg/tree-ssa/bool-8.c
index 869f9b8e15f..52752527083 100644
--- a/gcc/testsuite/gcc.dg/tree-ssa/bool-8.c
+++ b/gcc/testsuite/gcc.dg/tree-ssa/bool-8.c
@@ -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" } } */
diff --git a/gcc/testsuite/gcc.dg/tree-ssa/bool-9.c b/gcc/testsuite/gcc.dg/tree-ssa/bool-9.c
index 59e04178fad..2660b258041 100644
--- a/gcc/testsuite/gcc.dg/tree-ssa/bool-9.c
+++ b/gcc/testsuite/gcc.dg/tree-ssa/bool-9.c
@@ -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" } } */
OpenPOWER on IntegriCloud