X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fvm%2Fjit%2Fjit.h;h=448f0cc539d6206c4c5493caef05f0586a6e3f32;hb=777a728b1d476cd762c1e8943f9c6412b027b43d;hp=a09c01e122e2b8a2aa703422ce3be833f8623594;hpb=9287153d4f1306e9b315870ff52d48553b259312;p=cacao.git diff --git a/src/vm/jit/jit.h b/src/vm/jit/jit.h index a09c01e12..448f0cc53 100644 --- a/src/vm/jit/jit.h +++ b/src/vm/jit/jit.h @@ -529,6 +529,9 @@ struct basicblock { s4 expredecessorcount; s4 exouts; /* Number of exceptional exits */ + instruction *phis; /* Phi functions */ + s4 phicount; /* Number of phi functions */ + void *vp; /* Freely used by different passes */ #endif };