summaryrefslogtreecommitdiffstats
path: root/llvm/test/ThinLTO/X86/Inputs/function_entry_count.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/ThinLTO/X86/Inputs/function_entry_count.ll')
-rw-r--r--llvm/test/ThinLTO/X86/Inputs/function_entry_count.ll9
1 files changed, 9 insertions, 0 deletions
diff --git a/llvm/test/ThinLTO/X86/Inputs/function_entry_count.ll b/llvm/test/ThinLTO/X86/Inputs/function_entry_count.ll
new file mode 100644
index 00000000000..ea2c2eda8d5
--- /dev/null
+++ b/llvm/test/ThinLTO/X86/Inputs/function_entry_count.ll
@@ -0,0 +1,9 @@
+target triple = "x86_64-unknown-linux-gnu"
+target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
+
+declare void @h();
+
+define void @g() {
+ call void @h();
+ ret void
+}
OpenPOWER on IntegriCloud