AArch64/ARM64: run test on ARM64 too.

llvm-svn: 208188
This commit is contained in:
Tim Northover 2014-05-07 10:47:04 +00:00
parent 76a94e6ead
commit df723343fa
1 changed files with 1 additions and 0 deletions

View 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