aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/CodeGen/X86/tail-threshold.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/tail-threshold.ll b/test/CodeGen/X86/tail-threshold.ll
index 6c7d5aaecc..f2296a0bd6 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.