From b899ea54691fe46dd9420ef81dcefe710a2ca46f Mon Sep 17 00:00:00 2001 From: daniel Date: Sat, 26 Apr 2003 20:03:49 +0000 Subject: [PATCH] * Bug fix in simplify --- compiler/rgobj.pas | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/compiler/rgobj.pas b/compiler/rgobj.pas index b81e40e584..128bb39ce4 100644 --- a/compiler/rgobj.pas +++ b/compiler/rgobj.pas @@ -1523,13 +1523,19 @@ unit rgobj; for i:=1 to length(simplifyworklist) do begin adj:=igraph.adjlist[Tsuperregister(simplifyworklist[i])]; - if (adj<>nil) and (length(adj^)