diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/tree-ssa/bool-8.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/tree-ssa/bool-8.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/tree-ssa/bool-8.c b/gcc/testsuite/gcc.dg/tree-ssa/bool-8.c index 5a13309..869f9b8 100644 --- a/gcc/testsuite/gcc.dg/tree-ssa/bool-8.c +++ b/gcc/testsuite/gcc.dg/tree-ssa/bool-8.c @@ -12,6 +12,6 @@ int f(_Bool x) /* There should be no adde for powerpc. Checking if we actually optimizated away the comparision. */ -/* { dg-final { scan-assembler-times "adde" 0 { target powerpc-*-* } } } */ +/* { dg-final { scan-assembler-times "adde" 0 { target powerpc*-*-* } } } */ /* { dg-final { cleanup-tree-dump "optimized" } } */ |