BugFix: mode_b lowering might create new control flow (if ir_create_cond_set() is...
[libfirm] / ir / be / arm / arm_cconv.c
index 88e6638..a237b36 100644 (file)
@@ -39,7 +39,8 @@ static const unsigned ignore_regs[] = {
        REG_FL,
 };
 
-calling_convention_t *arm_decide_calling_convention(ir_graph *irg,
+/* determine how function parameters and return values are passed. */
+calling_convention_t *arm_decide_calling_convention(const ir_graph *irg,
                                                     ir_type *function_type)
 {
        int                   stack_offset = 0;