Commit 18aacdca by Jan Hubicka

* g++.dg/ipa/devirt-13.C: Update template.

From-SVN: r206060
parent 7bac74e5
/* { dg-do run } */
/* Call to foo should be devirtualized because there are no derived types of A. */
/* { dg-options "-O2 -fdump-ipa-cgraph -fdump-tree-ssa" } */
/* { dg-options "-O2 -fdump-tree-ssa" } */
namespace {
class A {
public:
......@@ -16,7 +16,5 @@ main()
return b->foo();
}
/* { dg-final { scan-ipa-dump "Devirtualizing call" "cgraph" } } */
/* { dg-final { scan-tree-dump-times "OBJ_TYPE_REF" 0 "ssa"} } */
/* { dg-final { cleanup-ipa-dump "cgraph" } } */
/* { dg-final { cleanup-tree-dump "ssa" } } */
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