[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:
Chandler Carruth 2014-10-03 02:06:28 +00:00
parent bfde7c2da9
commit 5bacb0aef0
1 changed files with 1 additions and 1 deletions

View File

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