run llc with -march=arm in select.ll

llvm-svn: 29821
diff --git a/llvm/test/Regression/CodeGen/ARM/select.ll b/llvm/test/Regression/CodeGen/ARM/select.ll
index d02e04e..4e017bf 100644
--- a/llvm/test/Regression/CodeGen/ARM/select.ll
+++ b/llvm/test/Regression/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: