mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-30 23:22:33 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() basic block must end with a terminator instruciton (such as a branch) -> when emitting a label, check whether the previous instruction is a terminator instruction and if not, add an unconditional branch to the label we are adding. o Implemented at the tcg instead of at the thlcgobj level because a) these methods don't need any high level type information b) implementing them in thlcgobj would require making thlcg.a_label() virtual and ensuring that no-one ever calls cg.a_label() in any generic code git-svn-id: branches/hlcgllvm@26038 - |
||
---|---|---|
compiler | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
fpmake_add1.inc | ||
fpmake_proc1.inc | ||
fpmake.pp | ||
Makefile | ||
Makefile.fpc |