From: NAKAMURA Takumi Date: Wed, 25 Jun 2014 03:05:47 +0000 (+0000) Subject: CodeGen/X86/pr20088.ll: Add -march=x86-64, or llc fails due to non-x86 default target. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9a18ab013faa35f3ff351f718bce2223b072306e;p=oota-llvm.git CodeGen/X86/pr20088.ll: Add -march=x86-64, or llc fails due to non-x86 default target. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211659 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/pr20088.ll b/test/CodeGen/X86/pr20088.ll index d7aab7fcba4..3a829622424 100644 --- a/test/CodeGen/X86/pr20088.ll +++ b/test/CodeGen/X86/pr20088.ll @@ -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>)