use is_$KIND(n) instead of get_irn_op(n) == op_$KIND.
[libfirm] / ir / ana / heights.c
2012-07-13 Christoph MallonLet foreach_out_edge_kind() and foreach_out_edge_kind_s...
2012-07-13 Christoph MallonAdd a wrapper macro for ir_nodemap_get(), which has...
2012-06-15 Matthias Braunrename edges_assure to assure_edges
2011-12-14 Matthias Braunremove unnecessary comments before functions
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-11-09 Matthias Braunheights: use fast access functions for _reachable
2011-10-27 Matthias Braunheights: fix usage of uninitialized memory
2011-10-20 Matthias Braunconsolidate utility macros in util.h
2011-10-20 Matthias Braunrename ir_phase to ir_nodemap and simplify interface
2011-04-08 Andreas Zwinkaumerge kaps
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-09-06 Matthias Braunrename heights_t to ir_heights_t, improve docu a bit...