X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbenode_t.h;h=1b422fdb21b5ad6a033caf4687d0cfbee1a2264f;hb=335c4762b4ac75793f3614d01c197a5289b4a946;hp=b0f55c2e272e9d42d5486042bffd57c1b4569fa0;hpb=ff8fd598425c9444bb2944c940644b3a34270002;p=libfirm diff --git a/ir/be/benode_t.h b/ir/be/benode_t.h index b0f55c2e2..1b422fdb2 100644 --- a/ir/be/benode_t.h +++ b/ir/be/benode_t.h @@ -204,8 +204,7 @@ int be_is_StackParam(const ir_node *irn); int be_is_FrameAddr(const ir_node *irn); int be_is_FrameLoad(const ir_node *irn); int be_is_FrameStore(const ir_node *irn); -int be_is_Epilogue(const ir_node *irn); -int be_is_Prologue(const ir_node *irn); +int be_is_Barrier(const ir_node *irn); /** * Get the entity on the stack frame the given node uses.