1 /* Test that estimated local cloning time benefit of extern inline functions is
4 /* { dg-do compile } */
5 /* { dg-options "-O3 -fdump-ipa-cp -fno-early-inlining" } */
6 /* { dg-add-options bind_pic_locally } */
8 extern int get_int (void);
9 extern void use_stuff (int);
34 for (i
= 0; i
< 100; i
++)
36 for (i
= 0; i
< 100; i
++)
42 /* { dg-final { scan-ipa-dump "loc_time: 0" "cp" } } */
43 /* { dg-final { scan-ipa-dump-not "replacing param.*with const" "cp" } } */