AArch64/ARM64: move ARM64 into AArch64's place
[oota-llvm.git] / test / CodeGen / AArch64 / complex-copy-noneon.ll
index 137ea5f0ff51d0164299909ef481a2f75b858c86..4ae547856ecd3c20c8d8388c165f8aef675547ba 100644 (file)
@@ -1,5 +1,4 @@
 ; 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