added missing include
[libfirm] / ir / ir / irgwalk_blk.c
2005-11-18 Michael Beckremoved bool type and depency of stdbool.h (not C89)
2005-09-01 Michael Beckused HASH_PTR() now
2005-08-31 Michael BeckFixes for gcc4.0: void * and pointer to functions are...
2005-08-25 Michael BeckBugFix: predecessors of End nodes might be Blocks
2005-08-01 Michael Becknew implementation based on Sebastians idea which works...
2005-07-25 Michael Beckensure that the end block is always the last in the...
2005-07-19 Michael BeckFixed node collection: Must be done in post walker...
2005-01-11 Michael Beckused new hooks instead of firmstat
2004-12-02 Michael Beckfixed config.h include
2004-11-03 Michael Beckremoved gloval intraprocedural_view variable and replac...
2004-07-20 Michael Beckirgwalk_blk.c added