From 70638932d1bf4d7089197311070b92f2f1cdcbe7 Mon Sep 17 00:00:00 2001 From: sandeep Date: Fri, 9 Nov 2001 20:32:55 +0000 Subject: [PATCH] Added clashes (bitVect) to symbol structure git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1537 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- src/SDCCsymt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SDCCsymt.h b/src/SDCCsymt.h index 9aca2975..eacd5c3f 100644 --- a/src/SDCCsymt.h +++ b/src/SDCCsymt.h @@ -273,6 +273,7 @@ typedef struct symbol int liveTo; /* live to sequence number */ int used; /* no. of times this was used */ int recvSize; /* size of first argument */ + struct bitVect *clashes; /* overlaps with what other symbols */ } symbol; -- 2.47.2