[AArch64] Fix bug in prolog clobbering live reg when shrink wrapping.
[oota-llvm.git] / test / CodeGen / AArch64 / arm64-misaligned-memcpy-inline.ll
index e71b824e09743d48ac21088296e936169553016b..85572f2cf0f8cc8dfa6b46e85e43d52b8eb3a819 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc -march=arm64 -aarch64-strict-align < %s | FileCheck %s
+; RUN: llc -mtriple=arm64-apple-ios -mattr=+strict-align < %s | FileCheck %s
 
 ; Small (16-bytes here) unaligned memcpys should stay memcpy calls if
 ; strict-alignment is turned on.