summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/CodeGen/X86/tailcall-calleesave.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/tailcall-calleesave.ll b/test/CodeGen/X86/tailcall-calleesave.ll
index 2770d0550b..c748bcef36 100644
--- a/test/CodeGen/X86/tailcall-calleesave.ll
+++ b/test/CodeGen/X86/tailcall-calleesave.ll
@@ -1,4 +1,4 @@
-; RUN: llc -march=x86 -tailcallopt < %s | FileCheck %s
+; RUN: llc -march=x86 -tailcallopt -mcpu=core < %s | FileCheck %s
target triple = "i686-apple-darwin"