summaryrefslogtreecommitdiffstats
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
commitea88910dbf214977c5769d3cb09b6fc4e9532e85 (patch)
treee13eb9bd1370815252fcf891e8f69fa0375434a9
parent060ee82dab8f2be7ba212eadb0929fd5b0a4bec1 (diff)
downloadbcm5719-llvm-ea88910dbf214977c5769d3cb09b6fc4e9532e85.tar.gz
bcm5719-llvm-ea88910dbf214977c5769d3cb09b6fc4e9532e85.zip
Add a target triple so that this test behaves consistently across hosts.
llvm-svn: 85640
-rw-r--r--llvm/test/CodeGen/X86/sink-hoist.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/sink-hoist.ll b/llvm/test/CodeGen/X86/sink-hoist.ll
index 64d449f678f..f8d542e525c 100644
--- a/llvm/test/CodeGen/X86/sink-hoist.ll
+++ b/llvm/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
OpenPOWER on IntegriCloud