CodeGen/X86/pr20088.ll: Add -march=x86-64, or llc fails due to non-x86 default target.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 25 Jun 2014 03:05:47 +0000 (03:05 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 25 Jun 2014 03:05:47 +0000 (03:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211659 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/pr20088.ll

index d7aab7fcba44e0f11c376d0be5f6862ee41455fe..3a829622424c35f98484d43f2005bf982bc7f5ed 100644 (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>)