summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/brind-tailcall.ll
Commit message (Collapse)AuthorAgeFilesLines
* [mips] Guard indirect and tailcall pseudo instructions correctly.Simon Dardis2017-11-081-0/+60
Previously these pseudo instructions were not guarded by ISA, so their select was dependant on the ordering of the entries in the DAG matcher. Reviewers: atanasyan Differential Revision: https://reviews.llvm.org/D39723 llvm-svn: 317681
OpenPOWER on IntegriCloud