[llvm-commits] [llvm] r133026 - /llvm/trunk/test/CodeGen/X86/tail-threshold.ll
Rafael Espindola
rafael.espindola at gmail.com
Tue Jun 14 16:47:36 PDT 2011
Author: rafael
Date: Tue Jun 14 18:47:36 2011
New Revision: 133026
URL: http://llvm.org/viewvc/llvm-project?rev=133026&view=rev
Log:
Add triple.
Modified:
llvm/trunk/test/CodeGen/X86/tail-threshold.ll
Modified: llvm/trunk/test/CodeGen/X86/tail-threshold.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/tail-threshold.ll?rev=133026&r1=133025&r2=133026&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/tail-threshold.ll (original)
+++ llvm/trunk/test/CodeGen/X86/tail-threshold.ll Tue Jun 14 18:47:36 2011
@@ -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.
More information about the llvm-commits
mailing list