summaryrefslogtreecommitdiffstats
path: root/llvm/test/ExecutionEngine/MCJIT/remote/Inputs/cross-module-b.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/ExecutionEngine/MCJIT/remote/Inputs/cross-module-b.ll')
-rw-r--r--llvm/test/ExecutionEngine/MCJIT/remote/Inputs/cross-module-b.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/ExecutionEngine/MCJIT/remote/Inputs/cross-module-b.ll b/llvm/test/ExecutionEngine/MCJIT/remote/Inputs/cross-module-b.ll
index 68701174110..bc13b1de8ef 100644
--- a/llvm/test/ExecutionEngine/MCJIT/remote/Inputs/cross-module-b.ll
+++ b/llvm/test/ExecutionEngine/MCJIT/remote/Inputs/cross-module-b.ll
@@ -1,6 +1,6 @@
declare i32 @FA()
-define i32 @FB() {
+define i32 @FB() nounwind {
%r = call i32 @FA( ) ; <i32> [#uses=1]
ret i32 %r
}
OpenPOWER on IntegriCloud