Commit 49414e33 by Kazu Hirata Committed by Kazu Hirata

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
parent be95f6f1
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:
......@@ -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" } } */
......@@ -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" } } */
......@@ -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" } } */
......@@ -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" } } */
......@@ -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" } } */
......@@ -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" } } */
......@@ -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" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment