X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeilpsched.h;h=fed571d4d21f3c3147452a993f1285f87aacfd2d;hb=cbe8608ae6f9a523d007919691104b444c92d004;hp=2b6a682402390bdbea7ec0817825c18465525b73;hpb=39f3a8dbd0f00f90b7b12a849d1bf7b9c1329479;p=libfirm diff --git a/ir/be/beilpsched.h b/ir/be/beilpsched.h index 2b6a68240..fed571d4d 100644 --- a/ir/be/beilpsched.h +++ b/ir/be/beilpsched.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved. + * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. * * This file is part of libFirm. * @@ -34,9 +34,7 @@ #include "irgraph.h" #include "irnode.h" - -typedef struct _ilp_sched_selector_t ilp_sched_selector_t; -typedef struct _ilp_sched_selector_if_t ilp_sched_selector_if_t; +#include "be_types.h" /** * A selector interface which is used by the ILP schedule framework. @@ -94,7 +92,7 @@ struct _ilp_sched_selector_if_t { * @param cycle The cycle at which the node is scheduled. * @param block_env The block scheduling environment. */ - void (*node_scheduled)(const void *self, ir_node *irn, unsigned cycle, void *block_env); + void (*node_scheduled)(const void *self, const ir_node *irn, unsigned cycle, void *block_env); }; /**