[AArch64] Remove redundant -march option. Also fix a think-o from r234462.
[oota-llvm.git] / test / CodeGen / AArch64 / arm64-misaligned-memcpy-inline.ll
index 5654657c7073879b6a3e8ecb6f486f5147685e9a..5bc4d71501ba4b14f519765447333e49826e8e41 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc -march=arm64 -mtriple=arm64-apple-ios -aarch64-strict-align < %s | FileCheck %s
+; RUN: llc -mtriple=arm64-apple-ios -aarch64-strict-align < %s | FileCheck %s
 
 ; Small (16-bytes here) unaligned memcpys should stay memcpy calls if
 ; strict-alignment is turned on.