summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorKevin Qin <Kevin.Qin@arm.com>2014-05-06 09:48:52 +0000
committerKevin Qin <Kevin.Qin@arm.com>2014-05-06 09:48:52 +0000
commit03145ebd88f0cebb1ec2f693096a0729984b50e6 (patch)
treeba282a8979d5929fcdf2f35a2cc4898638e545ae /test
parent0e8c40d6439acdc2a31f2c1c4eab5d547baa01a6 (diff)
downloadllvm-03145ebd88f0cebb1ec2f693096a0729984b50e6.tar.gz
llvm-03145ebd88f0cebb1ec2f693096a0729984b50e6.tar.bz2
llvm-03145ebd88f0cebb1ec2f693096a0729984b50e6.tar.xz
[ARM64] Enable alignment control option in front-end for ARM64.
This is the modification in llvm part. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208074 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/ARM64/strict-align.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/ARM64/strict-align.ll b/test/CodeGen/ARM64/strict-align.ll
index 2fbe47ce56..48a1528b5c 100644
--- a/test/CodeGen/ARM64/strict-align.ll
+++ b/test/CodeGen/ARM64/strict-align.ll
@@ -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 {