summaryrefslogtreecommitdiffstats
path: root/llvm/test/ExecutionEngine/test-fp.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/ExecutionEngine/test-fp.ll')
-rw-r--r--llvm/test/ExecutionEngine/test-fp.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/ExecutionEngine/test-fp.ll b/llvm/test/ExecutionEngine/test-fp.ll
index 8d8dae8def0..1ee29b5421e 100644
--- a/llvm/test/ExecutionEngine/test-fp.ll
+++ b/llvm/test/ExecutionEngine/test-fp.ll
@@ -18,6 +18,7 @@ double %test(double* %DP, double %Arg) {
int %main() {
%X = alloca double
+ store double 0.0, double* %X
call double %test(double* %X, double 2.0)
ret int 0
}
OpenPOWER on IntegriCloud