From 5fb870d8617b0571c4e859ea66b57bae4fa80081 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Tue, 8 Nov 2011 03:46:25 +0000 Subject: test/CodeGen/X86/vec_shuffle.ll: Add explicit -mtriple=i686-linux. We may see some suboptimal frame (%ebp) emission on certain hosts. Possible [PR11031] git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144066 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/vec_shuffle.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/CodeGen/X86/vec_shuffle.ll b/test/CodeGen/X86/vec_shuffle.ll index d20b3e7b1f..6599598485 100644 --- a/test/CodeGen/X86/vec_shuffle.ll +++ b/test/CodeGen/X86/vec_shuffle.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=x86 -mcpu=core2 | FileCheck %s +; RUN: llc < %s -mtriple=i686-linux -mcpu=core2 | FileCheck %s ; CHECK: test_v4sf ; CHECK: movq 8(%esp) -- cgit v1.2.3