Commit db7c335e by Richard Biener Committed by Richard Biener

ivopt_5.c: Make robust against edge swapping.

2016-08-05  Richard Biener  <rguenther@suse.de>

	* gcc.dg/tree-ssa/ivopt_5.c: Make robust against edge swapping.

From-SVN: r239165
parent 6c1d60a2
2016-08-05 Richard Biener <rguenther@suse.de>
* gcc.dg/tree-ssa/ivopt_5.c: Make robust against edge swapping.
2016-08-04 Patrick Palka <ppalka@gcc.gnu.org> 2016-08-04 Patrick Palka <ppalka@gcc.gnu.org>
* gcc.dg/tree-ssa/vrp107.c: New test. * gcc.dg/tree-ssa/vrp107.c: New test.
......
...@@ -20,4 +20,4 @@ void foo1 (char *pstart, int n) ...@@ -20,4 +20,4 @@ void foo1 (char *pstart, int n)
*p = 1; *p = 1;
} }
/* { dg-final { scan-tree-dump-times "ivtmp.\[0-9_\]* = PHI <\[^0\]" 0 "ivopts"} } */ /* { dg-final { scan-tree-dump-times "ivtmp.\[0-9_\]* = PHI <\[^0\]\[^,\]*, \[^0\]" 0 "ivopts"} } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment