summaryrefslogtreecommitdiff
path: root/test/CodeGen/SPARC/2011-01-11-Call.ll
Commit message (Collapse)AuthorAge
* [Sparc] Disable tail call optimization for sparc64.Venkatraman Govindaraju2013-10-09
| | | | | | | | This patch fixes PR17506. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192294 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix SPARC backend call instruction so that arguments passed through registersVenkatraman Govindaraju2011-01-12
are correctly marked as used instead of passing all possible argument registers as used. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123301 91177308-0d34-0410-b5e6-96231b3b80d8