[llvm-commits] [llvm] r85640 - /llvm/trunk/test/CodeGen/X86/sink-hoist.ll

Dan Gohman gohman at apple.com
Fri Oct 30 17:15:28 PDT 2009


Author: djg
Date: Fri Oct 30 19:15:28 2009
New Revision: 85640

URL: http://llvm.org/viewvc/llvm-project?rev=85640&view=rev
Log:
Add a target triple so that this test behaves consistently across hosts.

Modified:
    llvm/trunk/test/CodeGen/X86/sink-hoist.ll

Modified: llvm/trunk/test/CodeGen/X86/sink-hoist.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/sink-hoist.ll?rev=85640&r1=85639&r2=85640&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/sink-hoist.ll (original)
+++ llvm/trunk/test/CodeGen/X86/sink-hoist.ll Fri Oct 30 19:15:28 2009
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86-64 -asm-verbose=false | FileCheck %s
+; RUN: llc < %s -march=x86-64 -asm-verbose=false -mtriple=x86_64-unknown-linux-gnu | FileCheck %s
 
 ; Currently, floating-point selects are lowered to CFG triangles.
 ; This means that one side of the select is always unconditionally





More information about the llvm-commits mailing list