From 9e8c2e8568a6c9e24e1f5a2ada3f18f9b16ec3c6 Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Sat, 4 Oct 2014 04:22:55 +0000 Subject: [PATCH] [x86] Slap a triple on this test since it is poking around at the stack and calling conventions. Otherwise its too hard to craft a usefully generic set of assertions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219047 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/vec_extract.ll | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/CodeGen/X86/vec_extract.ll b/test/CodeGen/X86/vec_extract.ll index f677c00355e..6df7be7a087 100644 --- a/test/CodeGen/X86/vec_extract.ll +++ b/test/CodeGen/X86/vec_extract.ll @@ -1,5 +1,7 @@ ; RUN: llc < %s -mcpu=corei7 -march=x86 -mattr=+sse2,-sse4.1 | FileCheck %s +target triple = "x86_64-unknown-linux-gnu" + define void @test1(<4 x float>* %F, float* %f) nounwind { ; CHECK-LABEL: test1: ; CHECK: # BB#0: # %entry -- 2.34.1