X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeuses.c;h=71cfe52b7c3987a395ee302edd0a2c8fae2f3435;hb=2814a774ee584b3c19ff3c87b3775ff46859b21e;hp=5f4557e743df6ba1b473bcc1bee8f6435a405769;hpb=0fbcef83aa6060534172bb13e71cdadb04428806;p=libfirm diff --git a/ir/be/beuses.c b/ir/be/beuses.c index 5f4557e74..71cfe52b7 100644 --- a/ir/be/beuses.c +++ b/ir/be/beuses.c @@ -44,10 +44,10 @@ #include "be_t.h" #include "beutil.h" #include "belive_t.h" -#include "benode_t.h" -#include "besched_t.h" +#include "benode.h" +#include "besched.h" #include "beirgmod.h" -#include "bearch_t.h" +#include "bearch.h" #include "beuses.h" #define SCAN_INTERBLOCK_USES @@ -160,7 +160,7 @@ static int be_is_phi_argument(const ir_node *block, const ir_node *def) return 0; } -static INLINE +static inline unsigned get_step(const ir_node *node) { return PTR_TO_INT(get_irn_link(node));