more inlining
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 1 Nov 2005 11:44:56 +0000 (11:44 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 1 Nov 2005 11:44:56 +0000 (11:44 +0000)
[r6859]

ir/ir/irprog_t.h

index 2c06cd9..be51ef0 100644 (file)
@@ -105,7 +105,7 @@ _get_irp_n_irgs(void) {
 static INLINE ir_graph *
 _get_irp_irg(int pos){
   if (get_visit_pseudo_irgs()) return get_irp_allirg(pos);
-  assert(0 <= pos && pos <= get_irp_n_irgs());
+  assert(0 <= pos && pos <= _get_irp_n_irgs());
   return irp->graphs[pos];
 }