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:
parent
be95f6f12d
commit
49414e339c
@ -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:
|
||||
|
@ -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" } } */
|
||||
|
Loading…
Reference in New Issue
Block a user