From: Kazu Hirata Date: Sat, 7 Oct 2006 21:06:03 +0000 (+0000) Subject: bool-1.c, [...]: Fix comment typos. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=49414e339c31b982ef57c6c6a84b5c5ac022ba0b;p=gcc.git 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 --- 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 + + * 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 * 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" } } */