PBQP transformer doesn't support Mux nodes with constant values.
[libfirm] / ir / be / ia32 / ia32_map_regs.h
index b0a9e16..71d0755 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1995-2007 University of Karlsruhe.  All right reserved.
+ * Copyright (C) 1995-2008 University of Karlsruhe.  All right reserved.
  *
  * This file is part of libFirm.
  *
@@ -73,7 +73,7 @@ const char *ia32_get_mapped_reg_name(pmap *reg_map, const arch_register_t *reg);
 const arch_register_t *ia32_get_RegParam_reg(unsigned cc, size_t nr,
                                              const ir_mode *mode);
 
-static INLINE int is_unknown_reg(const arch_register_t *reg)
+static inline int is_unknown_reg(const arch_register_t *reg)
 {
        if(reg == &ia32_gp_regs[REG_GP_UKNWN]
                        || reg == &ia32_xmm_regs[REG_XMM_UKNWN]