AArch64/ARM64: run test on ARM64 too.
authorTim Northover <tnorthover@apple.com>
Wed, 7 May 2014 10:47:04 +0000 (10:47 +0000)
committerTim Northover <tnorthover@apple.com>
Wed, 7 May 2014 10:47:04 +0000 (10:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208188 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/AArch64/complex-copy-noneon.ll

index 4ae547856ecd3c20c8d8388c165f8aef675547ba..137ea5f0ff51d0164299909ef481a2f75b858c86 100644 (file)
@@ -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