mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-10 04:49:07 +02:00
* fixed typo in comment
git-svn-id: branches/hlcgllvm@26978 -
This commit is contained in:
parent
672c96a811
commit
a6a72e210c
@ -123,7 +123,7 @@ implementation
|
||||
begin
|
||||
spillednodes.clear;
|
||||
{ there should be only one round of spilling per register type, we
|
||||
shouldn't generate multiple writes so a single register here }
|
||||
shouldn't generate multiple writes to a single register here }
|
||||
if spillcounter<>0 then
|
||||
exit;
|
||||
{ registers must be in SSA form -> determine all registers that are
|
||||
|
Loading…
Reference in New Issue
Block a user