diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2006-10-07 21:06:03 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2006-10-07 21:06:03 +0000 |
commit | 49414e339c31b982ef57c6c6a84b5c5ac022ba0b (patch) | |
tree | 6bd2aa47172125a3ec8ef4d0688913bbf05cbc72 | |
parent | be95f6f12dea3ed4656deefc94747c2466ce953c (diff) | |
download | gcc-49414e339c31b982ef57c6c6a84b5c5ac022ba0b.zip gcc-49414e339c31b982ef57c6c6a84b5c5ac022ba0b.tar.gz gcc-49414e339c31b982ef57c6c6a84b5c5ac022ba0b.tar.bz2 |
bool-1.c, [...]: Fix comment typos.
* 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
-rw-r--r-- | gcc/testsuite/ChangeLog | 7 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/tree-ssa/bool-1.c | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/tree-ssa/bool-2.c | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/tree-ssa/bool-4.c | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/tree-ssa/bool-5.c | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/tree-ssa/bool-6.c | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/tree-ssa/bool-8.c | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/tree-ssa/bool-9.c | 4 |
8 files changed, 21 insertions, 14 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 93f5f2e..e8edeb3 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 699f3ab..d6e121a 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 2fdd496..0f88b09 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 06356f6..b06182e 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 5ea0387..e33ce9c 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 9340397..cc77591 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 869f9b8..5275252 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 59e0417..2660b25 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" } } */ |