From 0faa233439eeda8cb76b73750cab369f24c9ed3b Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Thu, 8 Dec 2011 15:24:09 +0000 Subject: [PATCH] test/CodeGen/X86/vec_compare-2.ll: Add explicit -mtriple=i686-linux. llvm-svn: 146152 --- llvm/test/CodeGen/X86/vec_compare-2.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/CodeGen/X86/vec_compare-2.ll b/llvm/test/CodeGen/X86/vec_compare-2.ll index aaa585b35f53..946b126fd034 100644 --- a/llvm/test/CodeGen/X86/vec_compare-2.ll +++ b/llvm/test/CodeGen/X86/vec_compare-2.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=x86 -mcpu=penryn | FileCheck %s +; RUN: llc < %s -mtriple=i686-linux -mcpu=penryn | FileCheck %s declare <4 x float> @llvm.x86.sse41.blendvps(<4 x float>, <4 x float>, <4 x float>) nounwind readnone