[x86] Add another triple to a test to make the comment syntax stable.
authorChandler Carruth <chandlerc@gmail.com>
Fri, 3 Oct 2014 02:06:28 +0000 (02:06 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 3 Oct 2014 02:06:28 +0000 (02:06 +0000)
Should fix darwin builders.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218956 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/uint_to_fp-2.ll

index 47ee2453cea3d5facdf542605c90bfe2130f7560..f8c8d4b5acbf2b0f24728b1f276af5f520661840 100644 (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 {