diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/tree-ssa/isolate-2.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/tree-ssa/isolate-2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/tree-ssa/isolate-2.c b/gcc/testsuite/gcc.dg/tree-ssa/isolate-2.c index b8838e1..b993849 100644 --- a/gcc/testsuite/gcc.dg/tree-ssa/isolate-2.c +++ b/gcc/testsuite/gcc.dg/tree-ssa/isolate-2.c @@ -35,7 +35,7 @@ bar (void) from a PHI, the second with an explicit return 0 in the IL. We also verify that after isolation phi-cprop simplifies the - return statement so that it returns &z directly. + return statement so that it returns &z directly. */ /* { dg-final { scan-tree-dump-times "__builtin_trap" 2 "isolate-paths"} } */ /* { dg-final { scan-tree-dump-times "return &z;" 1 "phicprop1"} } */ |