gcc fix / semantically unreachble return added line 2251
authorGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Thu, 24 Oct 2002 13:11:38 +0000 (13:11 +0000)
committerGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Thu, 24 Oct 2002 13:11:38 +0000 (13:11 +0000)
[r502]

ir/ir/irnode.c

index 036ee9e..5195ae6 100644 (file)
@@ -2248,6 +2248,7 @@ ir_graph *get_ip_cfop_irg(ir_node *n) {
   default:
     assert(is_ip_cfop(n));
   }
+  return NULL; /* should never be reached */
 }
 
 /* Returns true if the operation can change the control flow because