diff options
Diffstat (limited to 'clang/test/CodeGen/Inputs/instr-attribute.pgodata')
-rw-r--r-- | clang/test/CodeGen/Inputs/instr-attribute.pgodata | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/clang/test/CodeGen/Inputs/instr-attribute.pgodata b/clang/test/CodeGen/Inputs/instr-attribute.pgodata new file mode 100644 index 00000000000..0419b3b3bef --- /dev/null +++ b/clang/test/CodeGen/Inputs/instr-attribute.pgodata @@ -0,0 +1,39 @@ +hot_100_percent 4 +100000 +4999950000 +0 +0 + +hot_40_percent 4 +40000 +799980000 +0 +0 + +normal_func 4 +20000 +199990000 +0 +0 + +cold_func 4 +500 +124750 +0 +0 + +main 13 +1 +100000 +0 +0 +40000 +0 +0 +20000 +0 +0 +500 +0 +0 + |