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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to