summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-08-28 04:04:29 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-08-28 04:04:29 +0000
commit2f820a5d6486c7cdddda0b7af8c3e0d30fe02fe9 (patch)
tree24cc16f91e01cccf9abd47a90e1af162c7a06bdc
parentdbf8b5be977b79a7abd6bbdc38561b3a5164d195 (diff)
downloadllvm-2f820a5d6486c7cdddda0b7af8c3e0d30fe02fe9.tar.gz
llvm-2f820a5d6486c7cdddda0b7af8c3e0d30fe02fe9.tar.bz2
llvm-2f820a5d6486c7cdddda0b7af8c3e0d30fe02fe9.tar.xz
llvm/test/CodeGen/X86/pr12312.ll: Add -mtriple=x86_64-unknown-unknown.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162736 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/X86/pr12312.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/pr12312.ll b/test/CodeGen/X86/pr12312.ll
index 74733acc61..84102f148b 100644
--- a/test/CodeGen/X86/pr12312.ll
+++ b/test/CodeGen/X86/pr12312.ll
@@ -1,5 +1,5 @@
-; RUN: llc -march=x86-64 -mattr=+sse41,-avx < %s | FileCheck %s --check-prefix SSE41
-; RUN: llc -march=x86-64 -mattr=+avx < %s | FileCheck %s --check-prefix AVX
+; RUN: llc -mtriple=x86_64-unknown-unknown -mattr=+sse41,-avx < %s | FileCheck %s --check-prefix SSE41
+; RUN: llc -mtriple=x86_64-unknown-unknown -mattr=+avx < %s | FileCheck %s --check-prefix AVX
define i32 @veccond(<4 x i32> %input) {
entry: