From: Chandler Carruth Date: Fri, 3 Oct 2014 02:06:28 +0000 (+0000) Subject: [x86] Add another triple to a test to make the comment syntax stable. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=988acb6d1bc1ba538cbe3f84ed24d766feb60dd2;p=oota-llvm.git [x86] Add another triple to a test to make the comment syntax stable. Should fix darwin builders. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218956 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/uint_to_fp-2.ll b/test/CodeGen/X86/uint_to_fp-2.ll index 47ee2453cea..f8c8d4b5acb 100644 --- a/test/CodeGen/X86/uint_to_fp-2.ll +++ b/test/CodeGen/X86/uint_to_fp-2.ll @@ -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 {