From 2efebb3610e1e9c238d12a0b85bc094ca2080d0f Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Tue, 14 Jun 2011 23:47:36 +0000 Subject: [PATCH] Add triple. llvm-svn: 133026 --- llvm/test/CodeGen/X86/tail-threshold.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/CodeGen/X86/tail-threshold.ll b/llvm/test/CodeGen/X86/tail-threshold.ll index 6c7d5aaeccf0..f2296a0bd69f 100644 --- a/llvm/test/CodeGen/X86/tail-threshold.ll +++ b/llvm/test/CodeGen/X86/tail-threshold.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=x86-64 -tail-merge-threshold 2 < %s | FileCheck %s +; RUN: llc -mtriple=x86_64-pc-linux-gnu -tail-merge-threshold 2 < %s | FileCheck %s ; Test that we still do some merging if a block has more than ; tail-merge-threshold predecessors.