diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/tree-ssa/phi-opt-2.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/tree-ssa/phi-opt-2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/tree-ssa/phi-opt-2.c b/gcc/testsuite/gcc.dg/tree-ssa/phi-opt-2.c index 3d34ef3..1408122 100644 --- a/gcc/testsuite/gcc.dg/tree-ssa/phi-opt-2.c +++ b/gcc/testsuite/gcc.dg/tree-ssa/phi-opt-2.c @@ -22,4 +22,3 @@ _Bool f1(_Bool a, _Bool b) Test this only when known to be !LOGICAL_OP_NON_SHORT_CIRCUIT, otherwise ifcombine may convert this into return a & b;. */ /* { dg-final { scan-tree-dump-times "if" 1 "optimized" { target { i?86-*-* x86_64-*-* mips*-*-* s390*-*-* avr*-*-* } } } } */ -/* { dg-final { cleanup-tree-dump "optimized" } } */ |