From 475a94b1f36bf3ecde85816177315729dcb6b3fc Mon Sep 17 00:00:00 2001 From: Sebastian Hack Date: Thu, 29 Sep 2005 18:08:25 +0000 Subject: [PATCH] Fixed a bug --- ir/be/beutil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/be/beutil.h b/ir/be/beutil.h index 1f6e7d3f4..d37632b81 100644 --- a/ir/be/beutil.h +++ b/ir/be/beutil.h @@ -26,7 +26,7 @@ static INLINE const ir_node *get_block(const ir_node *irn) static INLINE int is_firm_be_mode(const ir_mode *mode) { - return mode_is_data(mode); + return mode_is_datab(mode); } /** -- 2.20.1