diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2006-08-22 16:19:54 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2006-08-22 16:19:54 +0000 |
commit | d520dd7a241e45ce11125b6a378610fdfb87647d (patch) | |
tree | 75f96c5e5b32459ac68b8f42f3c8af3f43e30d33 | |
parent | b152fd247c16d7401f406db42cbb35cd649cdb4b (diff) |
run llc with -march=arm in select.ll
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29821 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/ARM/select.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/select.ll b/test/CodeGen/ARM/select.ll index d02e04ea9d..4e017bf27d 100644 --- a/test/CodeGen/ARM/select.ll +++ b/test/CodeGen/ARM/select.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as %s -o /dev/null -f +; RUN: llvm-as < %s | llc -march=arm int %f(int %a) { entry: |