+ propagate pointer constants

This commit is contained in:
florian 2024-04-12 21:40:04 +02:00
parent 3f8bbd3b00
commit 13fc4075f5

View File

@ -347,7 +347,8 @@ unit optconstprop;
is_constboolnode(a.right) or
is_constcharnode(a.right) or
is_constenumnode(a.right) or
is_conststringnode(a.right)) then
is_conststringnode(a.right) or
is_constpointernode(a.right)) then
begin
{$ifdef DEBUG_CONSTPROP}
writeln('******************************* propagating ***********************************');