AArch64/ARM64: implement BFI optimisation
[oota-llvm.git] / test / CodeGen / XCore / 2009-03-27-v2f64-param.ll
index e834d66df2410c62f9391bf05f60ee6a5977f9e4..e35a36a8a159d621aa2d66e23adbebe8e31352d5 100644 (file)
@@ -1,6 +1,6 @@
-; RUN: llvm-as < %s | llc -march=xcore
+; RUN: llc < %s -march=xcore
 ; PR3898
 
 define i32 @vector_param(<2 x double> %x) nounwind {
-       ret i32 1;
+       ret i32 1
 }