Commit c3d88b88 by Jan Hubicka

Fix template.

From-SVN: r219077
parent 6d4ab5f8
...@@ -27,7 +27,7 @@ main() ...@@ -27,7 +27,7 @@ main()
However devirtualization is also possible for offline copy of A::barbar. Invoking However devirtualization is also possible for offline copy of A::barbar. Invoking
B's barbar makes it clear the type is at least B and B is an anonymous B's barbar makes it clear the type is at least B and B is an anonymous
namespace type and therefore we know it has no derivations. */ namespace type and therefore we know it has no derivations. */
/* { dg-final { scan-ipa-dump-times "First type is base of second" 3 "inline" } } */ /* { dg-final { scan-ipa-dump "First type is base of second" "inline" } } */
/* { dg-final { scan-ipa-dump-times "Discovered a virtual call to a known target" 2 "inline" } } */ /* { dg-final { scan-ipa-dump-times "Discovered a virtual call to a known target" 2 "inline" } } */
/* Verify that speculation is optimized by late optimizers. */ /* Verify that speculation is optimized by late optimizers. */
......
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