diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/profile-dir-1.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/profile-dir-1.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/profile-dir-1.c b/gcc/testsuite/gcc.dg/profile-dir-1.c new file mode 100644 index 000000000..62f313031 --- /dev/null +++ b/gcc/testsuite/gcc.dg/profile-dir-1.c @@ -0,0 +1,11 @@ +/* { dg-do compile } */ +/* { dg-options "-O -fprofile-generate=. -fdump-ipa-tree_profile_ipa" } */ +/* { dg-final { scan-ipa-dump " ./profile-dir-1.gcda" "tree_profile_ipa" } } */ + +int +main(void) +{ + return 0; +} + +/* { dg-final { cleanup-ipa-dump "tree_profile_ipa" } } */ |