diff options
author | Tanya Lattner <tonic@nondot.org> | 2004-11-06 23:32:43 +0000 |
---|---|---|
committer | Tanya Lattner <tonic@nondot.org> | 2004-11-06 23:32:43 +0000 |
commit | e9789ef994ba9761af87baf6e6b5953adba3968b (patch) | |
tree | 37b998e45f2895969d3156276c3d540c789609d2 /test/ExecutionEngine/test-fp.ll | |
parent | 17f52c5c4617e6e1853fa7ac9335b277a90be7f4 (diff) |
Adding RUN lines.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17536 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/ExecutionEngine/test-fp.ll')
-rw-r--r-- | test/ExecutionEngine/test-fp.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/ExecutionEngine/test-fp.ll b/test/ExecutionEngine/test-fp.ll index 71141da7e3..2192b1c2e6 100644 --- a/test/ExecutionEngine/test-fp.ll +++ b/test/ExecutionEngine/test-fp.ll @@ -1,3 +1,6 @@ +; RUN: llvm-as -f %s -o %t.bc +; RUN: lli %t.bc > /dev/null + double %test(double* %DP, double %Arg) { %D = load double* %DP |