20031022-1.c: Adjust number of expected loads.

* gcc.dg/tree-ssa/20031022-1.c: Adjust number of expected
	loads.  Not only in the comment, this time.

From-SVN: r85261
This commit is contained in:
Diego Novillo 2004-07-28 12:15:20 +00:00 committed by Diego Novillo
parent 6b1fedc3e2
commit 47a43a1046
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-07-28 Diego Novillo <dnovillo@redhat.com>
* gcc.dg/tree-ssa/20031022-1.c: Adjust number of expected
loads. Not only in the comment, this time.
2004-07-28 Alexandre Oliva <aoliva@redhat.com>
2003-07-06 Alexandre Oliva <aoliva@redhat.com>

View File

@ -24,4 +24,4 @@ blah (int arf)
}
/* There should be one load from entry_exit_blocks[1].pred. */
/* { dg-final { scan-tree-dump-times "entry_exit_blocks.1..pred" 2 "dom1"} } */
/* { dg-final { scan-tree-dump-times "entry_exit_blocks.1..pred" 1 "dom1"} } */