improve register liveness calculations.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1233 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2005-01-14 20:55:16 +00:00
parent a920e364c3
commit dcc4f3c46d
4 changed files with 38 additions and 9 deletions

View File

@@ -188,6 +188,7 @@ typedef struct VENTRY {
Int KindOfVE;
CELL NoOfVE;
PInstr *FirstOpForV;
PInstr *LastOpForV;
BITS16 AgeOfVE;
BITS16 BranchOfVE;
BITS16 FirstOfVE;