summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/fp.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/fp.ll')
-rw-r--r--test/CodeGen/ARM/fp.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/fp.ll b/test/CodeGen/ARM/fp.ll
index ba199dbf56..301a796db3 100644
--- a/test/CodeGen/ARM/fp.ll
+++ b/test/CodeGen/ARM/fp.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=arm -mattr=+vfp2 > %t
+; RUN: llc < %s -march=arm -mattr=+vfp2 > %t
; RUN: grep fmsr %t | count 4
; RUN: grep fsitos %t
; RUN: grep fmrs %t | count 2