[PATCH] D39599: [ARM] Fix incorrect conversion of a tail call to an ordinary call

Momchil Velikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 3 09:28:19 PDT 2017


chill marked an inline comment as done.
chill added inline comments.


================
Comment at: lib/Target/ARM/Thumb1FrameLowering.cpp:516
+static void findTemporariesForLR(const BitVector &GPRsNoLRSP,
+                                 const BitVector PopFriendly,
+                                 const LivePhysRegs &UsedRegs, unsigned &PopReg,
----------------
rogfer01 wrote:
> Perhaps you meant `const BitVector &` here?
Yeah, absolutely. Fixed, will upload with other (eventual) changes.


Repository:
  rL LLVM

https://reviews.llvm.org/D39599





More information about the llvm-commits mailing list