Add triple.

llvm-svn: 133026
This commit is contained in:
Rafael Espindola 2011-06-14 23:47:36 +00:00
parent a860e6aebc
commit 2efebb3610
1 changed files with 1 additions and 1 deletions

View File

@ -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.