BugFix: fixed conversion for x < lo || x >|>= hi
[libfirm] / include / libfirm / analyze_irg_args.h
index 1c3b441..84019eb 100644 (file)
@@ -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.