bugfix: When the source register of CALL_NOLINK was LR, the following code was emitted:
mov lr, pc bx lr So, the function was not called. llvm-svn: 35218
Loading
Please register or sign in to comment
mov lr, pc bx lr So, the function was not called. llvm-svn: 35218