diff options
Diffstat (limited to 'llvm/test/CodeGen/ARM/arguments5.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/arguments5.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/ARM/arguments5.ll b/llvm/test/CodeGen/ARM/arguments5.ll index 2000ff7b4a8..388a8ebee67 100644 --- a/llvm/test/CodeGen/ARM/arguments5.ll +++ b/llvm/test/CodeGen/ARM/arguments5.ll @@ -1,5 +1,5 @@ -; RUN: llvm-as < %s | llc -mtriple=arm-linux-gnueabi -; RUN: llvm-as < %s | llc -mtriple=arm-apple-darwin +; RUN: llc < %s -mtriple=arm-linux-gnueabi +; RUN: llc < %s -mtriple=arm-apple-darwin define double @f(i32 %a, i128 %b) { %tmp = call double @g(i128 %b) |