aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/sink-hoist.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-10-31 00:15:28 +0000
committerDan Gohman <gohman@apple.com>2009-10-31 00:15:28 +0000
commitc933acf09696252462fe78f4c5bcbdebfc25bdd4 (patch)
tree243d8748abfa2ac0355548bbc270dd7571d8030f /test/CodeGen/X86/sink-hoist.ll
parent1410b7620ac43f236c40d6b6d35034dd357866d4 (diff)
downloadexternal_llvm-c933acf09696252462fe78f4c5bcbdebfc25bdd4.zip
external_llvm-c933acf09696252462fe78f4c5bcbdebfc25bdd4.tar.gz
external_llvm-c933acf09696252462fe78f4c5bcbdebfc25bdd4.tar.bz2
Add a target triple so that this test behaves consistently across hosts.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85640 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/sink-hoist.ll')
-rw-r--r--test/CodeGen/X86/sink-hoist.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/sink-hoist.ll b/test/CodeGen/X86/sink-hoist.ll
index 64d449f..f8d542e 100644
--- a/test/CodeGen/X86/sink-hoist.ll
+++ b/test/CodeGen/X86/sink-hoist.ll
@@ -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