summaryrefslogtreecommitdiffstats
path: root/llvm/test/ExecutionEngine/MCJIT/remote/Inputs/multi-module-b.ll
diff options
context:
space:
mode:
authorAndrew Kaylor <andrew.kaylor@intel.com>2013-10-28 23:51:03 +0000
committerAndrew Kaylor <andrew.kaylor@intel.com>2013-10-28 23:51:03 +0000
commit2873b38e6947ffe4ca434e2e318edf88ea082237 (patch)
tree4078e364ba6708da96492a20e1008dffaf920840 /llvm/test/ExecutionEngine/MCJIT/remote/Inputs/multi-module-b.ll
parent93c33c1be615a8208ab68380bb8efcf8fb9723e6 (diff)
downloadbcm5719-llvm-2873b38e6947ffe4ca434e2e318edf88ea082237.tar.gz
bcm5719-llvm-2873b38e6947ffe4ca434e2e318edf88ea082237.zip
Renaming MCJIT .ir files to .ll and moving them to Inputs
llvm-svn: 193562
Diffstat (limited to 'llvm/test/ExecutionEngine/MCJIT/remote/Inputs/multi-module-b.ll')
-rw-r--r--llvm/test/ExecutionEngine/MCJIT/remote/Inputs/multi-module-b.ll7
1 files changed, 7 insertions, 0 deletions
diff --git a/llvm/test/ExecutionEngine/MCJIT/remote/Inputs/multi-module-b.ll b/llvm/test/ExecutionEngine/MCJIT/remote/Inputs/multi-module-b.ll
new file mode 100644
index 00000000000..103b601e7f0
--- /dev/null
+++ b/llvm/test/ExecutionEngine/MCJIT/remote/Inputs/multi-module-b.ll
@@ -0,0 +1,7 @@
+declare i32 @FC()
+
+define i32 @FB() {
+ %r = call i32 @FC( ) ; <i32> [#uses=1]
+ ret i32 %r
+}
+
OpenPOWER on IntegriCloud