[llvm] r218956 - [x86] Add another triple to a test to make the comment syntax stable.

Chandler Carruth chandlerc at gmail.com
Thu Oct 2 19:06:28 PDT 2014


Author: chandlerc
Date: Thu Oct  2 21:06:28 2014
New Revision: 218956

URL: http://llvm.org/viewvc/llvm-project?rev=218956&view=rev
Log:
[x86] Add another triple to a test to make the comment syntax stable.
Should fix darwin builders.

Modified:
    llvm/trunk/test/CodeGen/X86/uint_to_fp-2.ll

Modified: llvm/trunk/test/CodeGen/X86/uint_to_fp-2.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/uint_to_fp-2.ll?rev=218956&r1=218955&r2=218956&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/uint_to_fp-2.ll (original)
+++ llvm/trunk/test/CodeGen/X86/uint_to_fp-2.ll Thu Oct  2 21:06:28 2014
@@ -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 {





More information about the llvm-commits mailing list