From 0501272720e3d2f889b60fd0db74bf8adc209f9a Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Tue, 24 Jul 2007 14:02:59 +0000 Subject: [PATCH] ir_label_t added [r15307] --- include/libfirm/firm_types.h | 1 + 1 file changed, 1 insertion(+) 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; -- 2.20.1