BugFix: fixed conversion for x < lo || x >|>= hi
[libfirm] / include / libfirm / analyze_irg_args.h
index beb51a1..84019eb 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.
  *
@@ -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.