From: Michael Beck Date: Tue, 24 Jul 2007 14:02:59 +0000 (+0000) Subject: ir_label_t added X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=0501272720e3d2f889b60fd0db74bf8adc209f9a;p=libfirm ir_label_t added [r15307] --- diff --git a/include/libfirm/firm_types.h b/include/libfirm/firm_types.h index b14ec9976..4749ddab7 100644 --- a/include/libfirm/firm_types.h +++ b/include/libfirm/firm_types.h @@ -44,6 +44,7 @@ typedef unsigned long long ulong64; typedef unsigned long ir_visited_t; typedef unsigned long ir_exc_region_t; +typedef unsigned long ir_label_t; typedef struct dbg_info dbg_info, *dbg_info_ptr; typedef const struct _ident ident, *ir_ident_ptr;