summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-10-04 04:22:55 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-10-04 04:22:55 +0000
commit808ec85ad0120960734b12c155cda84e9d80f3a7 (patch)
treea117c0febf678d75a50b9f3e895177b831f9323b /llvm/test
parent99627bfbff4e97660519608dc26c8639f2919ea9 (diff)
downloadbcm5719-llvm-808ec85ad0120960734b12c155cda84e9d80f3a7.tar.gz
bcm5719-llvm-808ec85ad0120960734b12c155cda84e9d80f3a7.zip
[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. llvm-svn: 219047
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/CodeGen/X86/vec_extract.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/X86/vec_extract.ll b/llvm/test/CodeGen/X86/vec_extract.ll
index f677c00355e..6df7be7a087 100644
--- a/llvm/test/CodeGen/X86/vec_extract.ll
+++ b/llvm/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
OpenPOWER on IntegriCloud