X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Flibfirm%2Fanalyze_irg_args.h;h=84019ebb0322072b326c6517ae25489cc937ce62;hb=e2e929ea04eb563b5fffadfd84bd61eb1f85735f;hp=1c3b4411b25c366385496bc6108523b7f8b16134;hpb=1ce363f80e6a204d4011f85813362d9bd1d0e7e4;p=libfirm diff --git a/include/libfirm/analyze_irg_args.h b/include/libfirm/analyze_irg_args.h index 1c3b4411b..84019ebb0 100644 --- a/include/libfirm/analyze_irg_args.h +++ b/include/libfirm/analyze_irg_args.h @@ -28,6 +28,7 @@ #include "irgraph.h" #include "firm_types.h" +#include "typerep.h" /** * Returns for a method with pointer parameter @@ -57,7 +58,7 @@ void analyze_irg_args(ir_graph *irg); * * The values are calculation on demand only. */ -float get_method_param_weight(ir_entity *ent, int pos); +unsigned get_method_param_weight(ir_entity *ent, int pos); /** * Analyze the parameters of a given ir graph.