[AArch64][FastISel] Fix integer extend optimization.
[oota-llvm.git] / test / CodeGen / AArch64 / arm64-misaligned-memcpy-inline.ll
index e71b824e09743d48ac21088296e936169553016b..5bc4d71501ba4b14f519765447333e49826e8e41 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc -march=arm64 -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.