mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-22 16:09:17 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() In certain cases the CG would emit something like bic r1, r0, #0 As BIC is clearing the specified bits this is equivalent to mov r1, r0 This patch changes the CG to emit the mov instead which the register allocator will hopefully remove most of the time. git-svn-id: trunk@22024 - |
||
---|---|---|
compiler | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
Makefile | ||
Makefile.fpc |