tcg: allocate s->op_dead_iargs dynamically
commit94f4af02a1705974fceb90b47e884f44184b1f22
authorAurelien Jarno <aurelien@aurel32.net>
Sun, 4 Oct 2009 13:30:44 +0000 (4 15:30 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 4 Oct 2009 13:30:44 +0000 (4 15:30 +0200)
tree62849585b8d4196b1b86e7d8815fbcc0d498c0e1
parent8389c67b82a12f9d1ac3c03e41a5d16f44eb82f9
tcg: allocate s->op_dead_iargs dynamically

Similarly to what is already done in tcg_liveness_analysis() when
USE_LIVENESS_ANALYSIS is not set.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
tcg/tcg.c