removed dead #if.
authorGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Mon, 5 Mar 2001 17:52:35 +0000 (17:52 +0000)
committerGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Mon, 5 Mar 2001 17:52:35 +0000 (17:52 +0000)
[r106]

ir/ir/ircons.c

index 5b8e16f..9d299f3 100644 (file)
@@ -606,7 +606,6 @@ new_End (void)
   return res;
 }
 
-#if 1
 /* Constructs a Block with a fixed number of predecessors.
    Does set current_block.  Can be used with automatic Phi
    node construction. */
@@ -628,13 +627,6 @@ new_Block (int arity, ir_node **in)
 
   return res;
 }
-#else
-ir_node *
-new_Block (void)
-{
-  return new_immBlock();
-}
-#endif
 
 /*************************************************************************/
 /* Methods necessary for automatic Phi node creation                     */