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
This commit is contained in:
Kazu Hirata 2006-10-07 21:06:03 +00:00 committed by Kazu Hirata
parent be95f6f12d
commit 49414e339c
8 changed files with 21 additions and 14 deletions

View 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:

View 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" } } */

View 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" } } */

View 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" } } */

View 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" } } */

View 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" } } */

View 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" } } */

View 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" } } */