summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/gnu_mcount_nc.ll
Commit message (Collapse)AuthorAgeFilesLines
* Reland "[ARM] push LR before __gnu_mcount_nc"Jian Cai2019-08-161-0/+41
| | | | | | | | This relands r369147 with fixes to unit tests. https://reviews.llvm.org/D65019 llvm-svn: 369173
* Revert "[ARM] push LR before __gnu_mcount_nc"Jian Cai2019-08-161-41/+0
| | | | | | This reverts commit f4cf3b959333f62b7a7b2d7771f7010c9d8da388. llvm-svn: 369149
* [ARM] push LR before __gnu_mcount_ncJian Cai2019-08-161-0/+41
Push LR register before calling __gnu_mcount_nc as it expects the value of LR register to be the top value of the stack on ARM32. Differential Revision: https://reviews.llvm.org/D65019 llvm-svn: 369147
OpenPOWER on IntegriCloud