1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

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 af677c39a3
commit dc31d81b4f

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>)