fixed undefined var
authorFIRM Projekt Account <firm@ipd.info.uni-karlsruhe.de>
Wed, 6 Jul 2005 14:28:53 +0000 (14:28 +0000)
committerFIRM Projekt Account <firm@ipd.info.uni-karlsruhe.de>
Wed, 6 Jul 2005 14:28:53 +0000 (14:28 +0000)
[r6189]

ir/ir/irdump.c

index c16bd06..329f218 100644 (file)
@@ -859,10 +859,10 @@ handle_lut:
     }
     break;
   case iro_Filter:
+    proj_nr = get_Filter_proj(n);
     if (! get_interprocedural_view()) {
       /* it's a Proj' */
       pred    = get_Filter_pred(n);
-      proj_nr = get_Filter_proj(n);
       goto handle_lut;
     }
     else