diff --git a/compiler/node.pas b/compiler/node.pas index 9c8617bbaf..08fda1dfd2 100644 --- a/compiler/node.pas +++ b/compiler/node.pas @@ -887,6 +887,8 @@ implementation write(t,']'); if (nf_pass1_done in flags) then write(t,', cmplx = ',node_complexity(self)); + if assigned(optinfo) then + write(t,', optinfo = ',HexStr(optinfo)); end;