* gcc.dg/tree-ssa/ssa-ccp-11.c: Fix the test case and un-xfail.

From-SVN: r104777
This commit is contained in:
Steven Bosscher 2005-09-29 15:54:28 +00:00
parent be1ea09b13
commit 2cff1b3e09
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2005-09-29 Steven Bosscher <stevenb@suse.de>
* gcc.dg/tree-ssa/ssa-ccp-11.c: Fix the test case and un-xfail.
2005-09-29 Paolo Bonzini <bonzini@gnu.org>
PR c/21419

View File

@ -38,5 +38,5 @@ int test1111 (int param)
}
/* All ifs should be eliminated. */
/* { dg-final { scan-tree-dump-times "if" 0 "optimized" { xfail *-*-* } } } */
/* { dg-final { scan-tree-dump-times "if " 0 "optimized" } } */
/* { dg-final { cleanup-tree-dump "optimized" } } */