From 2fc107d78704f79c0bf017957e41870d31923f0b Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Wed, 15 Mar 2006 13:10:36 +0000 Subject: [PATCH] added missing firm_types.h --- ir/be/belive.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ir/be/belive.h b/ir/be/belive.h index 8f2ee6a4b..f1be34a2b 100644 --- a/ir/be/belive.h +++ b/ir/be/belive.h @@ -7,6 +7,7 @@ #ifndef _BELIVE_H #define _BELIVE_H +#include "firm_types.h" #include /** @@ -25,7 +26,7 @@ void be_liveness_dump(ir_graph *irg, FILE *f); /** * Dump the liveness information for a graph. * @param irg The graph. - * @param cls_name A string used as substing in the filename. + * @param cls_name A string used as substring in the filename. */ void be_liveness_dumpto(ir_graph *irg, const char *cls_name); @@ -59,4 +60,4 @@ int (is_live_end)(const ir_node *block, const ir_node *irn); */ void be_check_dominance(ir_graph *irg); -#endif +#endif /* _BELIVE_H */ -- 2.20.1