llvm/test/CodeGen/AArch64/neon-scalar-reduce-pairwise.ll: Use -mtriple here, or aach6...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 24 Sep 2013 04:14:29 +0000 (04:14 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 24 Sep 2013 04:14:29 +0000 (04:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191275 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/AArch64/neon-scalar-reduce-pairwise.ll

index 309997b076503fae3311ea2169638dad20474e35..1bb3b40440a2a7f9075627dae0797bba166512ba 100644 (file)
@@ -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>)