Two sets of changes. Sorry they are intermingled.
[oota-llvm.git] / test / CodeGen / ARM / unaligned_load_store.ll
index e2794919d9daba3382ff13c0748e7f14b9e3774a..354895e099dceb4f1f11fadf30735b214c2e40df 100644 (file)
@@ -1,5 +1,6 @@
 ; RUN: llc < %s -march=arm | FileCheck %s -check-prefix=GENERIC
 ; RUN: llc < %s -mtriple=armv6-apple-darwin | FileCheck %s -check-prefix=DARWIN_V6
+; RUN: llc < %s -mtriple=armv6-apple-darwin -arm-strict-align | FileCheck %s -check-prefix=GENERIC
 ; RUN: llc < %s -mtriple=armv6-linux | FileCheck %s -check-prefix=GENERIC
 
 ; rdar://7113725