From: Götz Lindenmaier Date: Thu, 24 Oct 2002 13:11:38 +0000 (+0000) Subject: gcc fix / semantically unreachble return added line 2251 X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=53eddcb442aee93a09e7456db1a4f5825ed87e85;p=libfirm gcc fix / semantically unreachble return added line 2251 [r502] --- diff --git a/ir/ir/irnode.c b/ir/ir/irnode.c index 036ee9e0a..5195ae6f9 100644 --- a/ir/ir/irnode.c +++ b/ir/ir/irnode.c @@ -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