Simplify collect_and_rewire_users(): Use get_edge_src_pos() instead of searching...
[libfirm] / ir / Makefile.am
index a6420ff..fe3ed51 100644 (file)
@@ -31,7 +31,6 @@ libfirm_la_SOURCES = \
        adt/cpset.c \
        adt/gaussjordan.c \
        adt/gaussseidel.c \
-       adt/hashset.c \
        adt/hungarian.c \
        adt/iterator.c \
        adt/pdeq.c \
@@ -54,8 +53,6 @@ libfirm_la_SOURCES = \
        ana/ircfscc.c \
        ana/irconsconfirm.c \
        ana/irdom.c \
-       ana/irextbb2.c \
-       ana/irextbb.c \
        ana/irlivechk.c \
        ana/irloop.c \
        ana/irmemory.c \
@@ -150,8 +147,6 @@ libfirm_la_SOURCES = \
        ir/irgwalk.c \
        ir/irhooks.c \
        ir/irio.c \
-       ir/irlinkednodemap.c \
-       ir/irlinkednodeset.c \
        ir/irmode.c \
        ir/irnode.c \
        ir/irnodehashmap.c \
@@ -234,7 +229,6 @@ libfirm_la_SOURCES = \
        stat/stat_dmp.c \
        stat/statev.c \
        stat/stat_timing.c \
-       tr/compound_path.c \
        tr/entity.c \
        tr/tpop.c \
        tr/tr_inheritance.c \
@@ -264,7 +258,7 @@ EXTRA_DIST = \
        adt/bitset.h \
        adt/compiler.h \
        adt/fourcc.h \
-       adt/iterator.h \
+       adt/hashset.c.inl \
        adt/raw_bitset.h \
        adt/util.h \
        ana/absgraph.h \
@@ -273,7 +267,6 @@ EXTRA_DIST = \
        ana/dfs_t.h \
        ana/irbackedge_t.h \
        ana/irdom_t.h \
-       ana/irextbb_t.h \
        ana/irlivechk.h \
        ana/irloop_t.h \
        ana/irmemory_t.h \
@@ -354,8 +347,6 @@ EXTRA_DIST = \
        ir/iropt_t.h \
        ir/irprintf_t.h \
        ir/irprog_t.h \
-       ir/irlinkednodemap.h \
-       ir/irlinkednodeset.h \
        ir/irnodehashmap.h \
        ir/irnodemap.h \
        ir/irtypes.h \
@@ -396,7 +387,7 @@ EXTRA_DIST = \
        stat/pattern_dmp.h \
        stat/stat_dmp.h \
        stat/stat_timing.h \
-       stat/statev.h \
+       stat/statev_t.h \
        tr/compound_path_t.h \
        tr/entity_t.h \
        tr/tpop_t.h \