Fixed a bug
authorSebastian Hack <hack@ipd.info.uni-karlsruhe.de>
Thu, 29 Sep 2005 18:08:25 +0000 (18:08 +0000)
committerSebastian Hack <hack@ipd.info.uni-karlsruhe.de>
Thu, 29 Sep 2005 18:08:25 +0000 (18:08 +0000)
ir/be/beutil.h

index 1f6e7d3..d37632b 100644 (file)
@@ -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);
 }
 
 /**