diff options
Diffstat (limited to 'llvm/test/CodeGen/Generic/storetrunc-fp.ll')
| -rw-r--r-- | llvm/test/CodeGen/Generic/storetrunc-fp.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Generic/storetrunc-fp.ll b/llvm/test/CodeGen/Generic/storetrunc-fp.ll index 0f7bb0b85ee..7f7c7f71b3a 100644 --- a/llvm/test/CodeGen/Generic/storetrunc-fp.ll +++ b/llvm/test/CodeGen/Generic/storetrunc-fp.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc +; RUN: llc < %s define void @foo(double %a, double %b, float* %fp) { %c = fadd double %a, %b |

