X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Farm%2Farm_cconv.h;h=bfc0202ffde7c886c590e7350f2792d533e681c6;hb=6e5fd745c70d70f56fbe65df64983675897eb304;hp=82c6ecc4fef827410f6fba19241e1ed9039c06f3;hpb=fd5331da46a1c09e53d010f7594a17c08c7a1e41;p=libfirm diff --git a/ir/be/arm/arm_cconv.h b/ir/be/arm/arm_cconv.h index 82c6ecc4f..bfc0202ff 100644 --- a/ir/be/arm/arm_cconv.h +++ b/ir/be/arm/arm_cconv.h @@ -102,11 +102,11 @@ typedef struct calling_convention_t * Decides what goes to register or to stack and what stack offsets/ * datatypes are used. */ -calling_convention_t *decide_calling_convention(ir_type *function_type); +calling_convention_t *arm_decide_calling_convention(ir_type *function_type); /** * free memory used by a calling_convention_t */ -void free_calling_convention(calling_convention_t *cconv); +void arm_free_calling_convention(calling_convention_t *cconv); #endif