llvm/test/CodeGen/X86/pr12312.ll: Add -mtriple=x86_64-unknown-unknown.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 28 Aug 2012 04:04:29 +0000 (04:04 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 28 Aug 2012 04:04:29 +0000 (04:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162736 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/pr12312.ll

index 74733acc617a331ced2601ae09e1f736a4c54972..84102f148b885d22e541c8783a4739e01ee88fed 100644 (file)
@@ -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: