summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/gpreg-lazy-binding.ll
diff options
context:
space:
mode:
authorSimon Dardis <simon.dardis@imgtec.com>2016-09-27 13:15:54 +0000
committerSimon Dardis <simon.dardis@imgtec.com>2016-09-27 13:15:54 +0000
commitd2ed8abb152bf188f20a6beed296bc008a0511c3 (patch)
tree15d5fe0c6b8791ad74957612bf6de4fccd994ad3 /llvm/test/CodeGen/Mips/gpreg-lazy-binding.ll
parent912d0394626f2e7a57c1c353370e9f82240f2d6f (diff)
downloadbcm5719-llvm-d2ed8abb152bf188f20a6beed296bc008a0511c3.tar.gz
bcm5719-llvm-d2ed8abb152bf188f20a6beed296bc008a0511c3.zip
[mips] Disable tail calls temporarily
Disable tail calls while the remaining bugs are fixed. Enable only for tests. Reviewers: vkalintiris Differential Review: https://reviews.llvm.org/D24912 llvm-svn: 282487
Diffstat (limited to 'llvm/test/CodeGen/Mips/gpreg-lazy-binding.ll')
-rw-r--r--llvm/test/CodeGen/Mips/gpreg-lazy-binding.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Mips/gpreg-lazy-binding.ll b/llvm/test/CodeGen/Mips/gpreg-lazy-binding.ll
index 0330d7c36ef..c55e9fa21c1 100644
--- a/llvm/test/CodeGen/Mips/gpreg-lazy-binding.ll
+++ b/llvm/test/CodeGen/Mips/gpreg-lazy-binding.ll
@@ -1,4 +1,4 @@
-; RUN: llc -march=mipsel -disable-mips-delay-filler -relocation-model=pic < %s | FileCheck %s
+; RUN: llc -march=mipsel -disable-mips-delay-filler -relocation-model=pic -mips-tail-calls=1 < %s | FileCheck %s
@g = external global i32
OpenPOWER on IntegriCloud