forked from OSchip/llvm-project
[x86] Add another triple to a test to make the comment syntax stable.
Should fix darwin builders. llvm-svn: 218956
This commit is contained in:
parent
bfde7c2da9
commit
5bacb0aef0
|
@ -1,4 +1,4 @@
|
|||
; RUN: llc < %s -march=x86 -mattr=+sse2 | FileCheck %s
|
||||
; RUN: llc < %s -mtriple=i386-unknown-unknown -march=x86 -mattr=+sse2 | FileCheck %s
|
||||
|
||||
; rdar://6504833
|
||||
define float @test1(i32 %x) nounwind readnone {
|
||||
|
|
Loading…
Reference in New Issue