summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/indirectcall.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/Mips/indirectcall.ll')
-rw-r--r--llvm/test/CodeGen/Mips/indirectcall.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Mips/indirectcall.ll b/llvm/test/CodeGen/Mips/indirectcall.ll
index 97c29d09dc9..6fd538cd54a 100644
--- a/llvm/test/CodeGen/Mips/indirectcall.ll
+++ b/llvm/test/CodeGen/Mips/indirectcall.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=mipsel -relocation-model=static | FileCheck %s
+; RUN: llc < %s -march=mipsel -relocation-model=static -mips-tail-calls=1 | FileCheck %s
define void @foo0(void (i32)* nocapture %f1) nounwind {
entry:
OpenPOWER on IntegriCloud