commit | a6ad8236757f5cf37273a34c219eb465d97769dd | [log] [tgz] |
---|---|---|
author | Rafael Espindola <rafael.espindola@gmail.com> | Tue Jun 14 23:47:36 2011 +0000 |
committer | Rafael Espindola <rafael.espindola@gmail.com> | Tue Jun 14 23:47:36 2011 +0000 |
tree | dff98686f168175810525d442674c594bb705f49 | |
parent | 8d10f6d77b70c50448bfc85ea304fe44be9d0445 [diff] [blame] |
Add triple. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133026 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/X86/tail-threshold.ll b/test/CodeGen/X86/tail-threshold.ll index 6c7d5aa..f2296a0 100644 --- a/test/CodeGen/X86/tail-threshold.ll +++ b/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.