CodeGen/X86/pr20088.ll: Add -march=x86-64, or llc fails due to non-x86 default target.

llvm-svn: 211659
This commit is contained in:
NAKAMURA Takumi 2014-06-25 03:05:47 +00:00
parent 106d02866d
commit 78d8ebfc28
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
; RUN: llc < %s -mattr=+avx | FileCheck %s
; RUN: llc < %s -march=x86-64 -mattr=+avx | FileCheck %s
declare <16 x i8> @llvm.x86.sse41.pblendvb(<16 x i8>, <16 x i8>, <16 x i8>)