Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
llvm-epi-0.8
llvm
lib
Target
ARM
ARMInstrInfo.td
Find file
Blame
History
Permalink
bugfix: When the source register of CALL_NOLINK was LR, the following code was emitted:
· a88c4a74
Lauro Ramos Venancio
authored
Mar 20, 2007
mov lr, pc bx lr So, the function was not called. llvm-svn: 35218
a88c4a74
Loading