From: epetrich Date: Thu, 20 Nov 2003 16:37:58 +0000 (+0000) Subject: Updated headers I neglected to commit yesterday. X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=4f1d15e29d35a9b2c616bb7747405e2c8a5a8a82;p=fw%2Fsdcc Updated headers I neglected to commit yesterday. * src/SDCClrange.h, * src/SDCCicode.h git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3022 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/ChangeLog b/ChangeLog index 8dcda967..d75bcdd4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-11-20 Erik Petrich + + Updated headers I neglected to commit yesterday. + * src/SDCClrange.h, + * src/SDCCicode.h + 2003-11-19 Erik Petrich * src/SDCCcse.c (algebraicOpts): fixed bug #773153 diff --git a/src/SDCCicode.h b/src/SDCCicode.h index 8c9ac33d..81b6fb5a 100644 --- a/src/SDCCicode.h +++ b/src/SDCCicode.h @@ -311,6 +311,7 @@ iCode *newiCode (int, operand *, operand *); sym_link *operandType (operand *); operand *operandFromValue (value *); operand *operandFromSymbol (symbol *); +operand *operandFromLink (sym_link *); sym_link *aggrToPtr (sym_link *, bool); int piCode (void *, FILE *); int printOperand (operand *, FILE *); diff --git a/src/SDCClrange.h b/src/SDCClrange.h index f1785407..73453527 100644 --- a/src/SDCClrange.h +++ b/src/SDCClrange.h @@ -36,5 +36,6 @@ void computeLiveRanges (eBBlock **, int); void setFromRange (operand *, int); void setToRange (operand *, int, bool); +void hashiCodeKeys (eBBlock **, int); #endif