[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
This commit is contained in:
Chandler Carruth 2014-10-04 04:22:55 +00:00
parent 99627bfbff
commit 808ec85ad0
1 changed files with 2 additions and 0 deletions

View File

@ -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