summaryrefslogtreecommitdiff
path: root/test/CodeGen/AArch64
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-09-24 04:14:29 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-09-24 04:14:29 +0000
commitb2d2575bd81d011dc38acfa904ee23b41f67c6a2 (patch)
treeeaa78a947d12edcc44fbfa8b1e6532aeaf6ddd5d /test/CodeGen/AArch64
parente1e8fe1f2ff38a16a63a3b29b97c31fdd162f696 (diff)
downloadllvm-b2d2575bd81d011dc38acfa904ee23b41f67c6a2.tar.gz
llvm-b2d2575bd81d011dc38acfa904ee23b41f67c6a2.tar.bz2
llvm-b2d2575bd81d011dc38acfa904ee23b41f67c6a2.tar.xz
llvm/test/CodeGen/AArch64/neon-scalar-reduce-pairwise.ll: Use -mtriple here, or aach64-pecoff might be misassumed on win32 hosts.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191275 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/AArch64')
-rw-r--r--test/CodeGen/AArch64/neon-scalar-reduce-pairwise.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/AArch64/neon-scalar-reduce-pairwise.ll b/test/CodeGen/AArch64/neon-scalar-reduce-pairwise.ll
index 309997b076..1bb3b40440 100644
--- a/test/CodeGen/AArch64/neon-scalar-reduce-pairwise.ll
+++ b/test/CodeGen/AArch64/neon-scalar-reduce-pairwise.ll
@@ -1,4 +1,4 @@
-; RUN: llc -march=aarch64 -mattr=+neon < %s | FileCheck %s
+; RUN: llc -mtriple=aarch64-none-linux-gnu -mattr=+neon < %s | FileCheck %s
declare <1 x i64> @llvm.aarch64.neon.vpadd(<2 x i64>)