diff options
author | Andrew Kaylor <andrew.kaylor@intel.com> | 2013-10-28 23:51:03 +0000 |
---|---|---|
committer | Andrew Kaylor <andrew.kaylor@intel.com> | 2013-10-28 23:51:03 +0000 |
commit | 2873b38e6947ffe4ca434e2e318edf88ea082237 (patch) | |
tree | 4078e364ba6708da96492a20e1008dffaf920840 /llvm/test/ExecutionEngine/MCJIT/remote/Inputs/multi-module-b.ll | |
parent | 93c33c1be615a8208ab68380bb8efcf8fb9723e6 (diff) | |
download | bcm5719-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.ll | 7 |
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 +} + |