[ARM64] Enable alignment control option in front-end for ARM64.
[oota-llvm.git] / test / CodeGen / ARM64 / strict-align.ll
index 2fbe47ce5686037e3b3fa08db9406f3df821ee9e..48a1528b5cd168b6b23ffe656d04524964d5036b 100644 (file)
@@ -1,4 +1,5 @@
 ; RUN: llc < %s -mtriple=arm64-apple-darwin | FileCheck %s
+; RUN: llc < %s -mtriple=arm64-apple-darwin -arm64-no-strict-align | FileCheck %s
 ; RUN: llc < %s -mtriple=arm64-apple-darwin -arm64-strict-align | FileCheck %s --check-prefix=CHECK-STRICT
 
 define i32 @f0(i32* nocapture %p) nounwind {