Re: [PATCH 1/3] jit: add EXPR_MIMIC_STACK_SLOT and expr_set_type

2009-06-25 Thread Pekka Enberg
On Wed, 2009-06-24 at 22:21 +0200, Arthur HUILLET wrote: This will be necessary for bc2ir to work. Signed-off-by: Arthur HUILLET arthur.huil...@free.fr @@ -235,6 +236,13 @@ struct expression { /* EXPR_ARRAY_SIZE_CHECK and EXPR_MULTIARRAY_SIZE_CHECK */ struct

[PATCH 1/3] jit: add EXPR_MIMIC_STACK_SLOT and expr_set_type

2009-06-24 Thread Arthur HUILLET
This will be necessary for bc2ir to work. Signed-off-by: Arthur HUILLET arthur.huil...@free.fr --- include/jit/expression.h | 16 jit/expression.c | 12 jit/tree-printer.c | 11 +-- 3 files changed, 37 insertions(+), 2 deletions(-) diff