summaryrefslogtreecommitdiffstats
path: root/llvm/test/ExecutionEngine/test-fp.ll
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-02-01 21:58:46 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-02-01 21:58:46 +0000
commita8ee496f9e4d46daa00ca41e6486e6029c4ef9f9 (patch)
treef792d830b957d6058f7a8df31da0d7c794770fbd /llvm/test/ExecutionEngine/test-fp.ll
parent2c355da986e890715861dc92105adf190e5e89a5 (diff)
downloadbcm5719-llvm-a8ee496f9e4d46daa00ca41e6486e6029c4ef9f9.tar.gz
bcm5719-llvm-a8ee496f9e4d46daa00ca41e6486e6029c4ef9f9.zip
Make sure the value passed to test function is initialized.
llvm-svn: 33764
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