X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbesched_t.h;h=144b7d31617dc1f508720bbd71d37d49e7b7d3b0;hb=4ed245f5007168dab7850942a7ee6b6b29a19817;hp=86c79855669b467eef3377bf5b1f1de426ea73bf;hpb=35627dd779333f74434772085d18fdf4c7e9ade6;p=libfirm diff --git a/ir/be/besched_t.h b/ir/be/besched_t.h index 86c798556..144b7d316 100644 --- a/ir/be/besched_t.h +++ b/ir/be/besched_t.h @@ -25,7 +25,7 @@ typedef struct _sched_info_t { struct list_head list; /**< The list head to list the nodes in a schedule. */ sched_timestep_t time_step; /**< If a is after b in a schedule, its time step is larger than b's. */ - int scheduled : 1; /**< 1, if the node is in the schedule of the block, 0 else. */ + unsigned scheduled : 1; /**< 1, if the node is in the schedule of the block, 0 else. */ } sched_info_t; #define _sched_entry(list_head) (list_entry(list_head, sched_info_t, list))