[PATCH] D65019: [ARM] push LR before __gnu_mcount_nc
Jian Cai via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 13 13:42:31 PDT 2019
jcai19 marked 2 inline comments as done.
jcai19 added inline comments.
================
Comment at: llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp:1931
+
+ // bl__gnu_mcount_nc
+ MIB = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(ARM::tBL));
----------------
nickdesaulniers wrote:
> should there be a space in this comment (and the one on line 1941) between `bl` and `__gnu_mcount_nc`?
Yes you are right. Thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65019/new/
https://reviews.llvm.org/D65019
More information about the cfe-commits
mailing list