summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/hardfloat_neon.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/hardfloat_neon.ll')
-rw-r--r--test/CodeGen/ARM/hardfloat_neon.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/hardfloat_neon.ll b/test/CodeGen/ARM/hardfloat_neon.ll
index 728370a56d..4abf04b0a4 100644
--- a/test/CodeGen/ARM/hardfloat_neon.ll
+++ b/test/CodeGen/ARM/hardfloat_neon.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -mtriple=arm-linux-gnueabi -mattr=+neon -float-abi=hard
+; RUN: llc < %s -mtriple=arm-linux-gnueabi -mattr=+neon -float-abi=hard
define <16 x i8> @vmulQi8_reg(<16 x i8> %A, <16 x i8> %B) nounwind {
%tmp1 = mul <16 x i8> %A, %B