Commit d300d4c4 by H.J. Lu Committed by H.J. Lu

Fix dump scanning in g++.dg/ipa/devirt-42.C

	* g++.dg/ipa/devirt-42.C: Fix dump scanning for "return 2".

From-SVN: r217402
parent 78366f57
2014-11-11 H.J. Lu <hongjiu.lu@intel.com>
* g++.dg/ipa/devirt-42.C: Fix dump scanning for "return 2".
2014-11-11 Anthony Brandon <anthony.brandon@gmail.com>
Manuel López-Ibáñez <manu@gcc.gnu.org>
......
......@@ -31,7 +31,7 @@ main()
/* { dg-final { scan-ipa-dump-times "Discovered a virtual call to a known target" 2 "inline" } } */
/* Verify that speculation is optimized by late optimizers. */
/* { dg-final { scan-tree-dump-times "return 2" 2 "optimized" } } */
/* { dg-final { scan-tree-dump-times "return 2" 3 "optimized" } } */
/* { dg-final { scan-tree-dump-not "OBJ_TYPE_REF" "optimized" } } */
/* { dg-final { cleanup-ipa-dump "inline" } } */
......
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