tcg: allocate s->op_dead_iargs dynamically
authorAurelien Jarno <aurelien@aurel32.net>
Sun, 4 Oct 2009 13:30:44 +0000 (15:30 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 4 Oct 2009 13:30:44 +0000 (15:30 +0200)
commit78dc5204e5559263b1d580f72e81f96602225e6a
tree62849585b8d4196b1b86e7d8815fbcc0d498c0e1
parent8a9dccc759c29fa3955e7a643f92ba7053c2a793
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