summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Northover <tnorthover@apple.com>2014-05-07 10:47:04 +0000
committerTim Northover <tnorthover@apple.com>2014-05-07 10:47:04 +0000
commitdf723343fa4cb198c201562bb6f2fb06f246e808 (patch)
tree36fdad1672ecd0e59b211ddc745bd7c616c6cff2
parent76a94e6ead8253bd4c66d010ce424ccf610b337d (diff)
downloadbcm5719-llvm-df723343fa4cb198c201562bb6f2fb06f246e808.tar.gz
bcm5719-llvm-df723343fa4cb198c201562bb6f2fb06f246e808.zip
AArch64/ARM64: run test on ARM64 too.
llvm-svn: 208188
-rw-r--r--llvm/test/CodeGen/AArch64/complex-copy-noneon.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/AArch64/complex-copy-noneon.ll b/llvm/test/CodeGen/AArch64/complex-copy-noneon.ll
index 4ae547856ec..137ea5f0ff5 100644
--- a/llvm/test/CodeGen/AArch64/complex-copy-noneon.ll
+++ b/llvm/test/CodeGen/AArch64/complex-copy-noneon.ll
@@ -1,4 +1,5 @@
; RUN: llc -mtriple=aarch64-none-linux-gnu -mattr=-neon < %s
+; RUN: llc -mtriple=arm64-none-linux-gnu -mattr=-neon < %s
; The DAG combiner decided to use a vector load/store for this struct copy
; previously. This probably shouldn't happen without NEON, but the most
OpenPOWER on IntegriCloud