From 53eddcb442aee93a09e7456db1a4f5825ed87e85 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=B6tz=20Lindenmaier?= Date: Thu, 24 Oct 2002 13:11:38 +0000 Subject: [PATCH] gcc fix / semantically unreachble return added line 2251 [r502] --- ir/ir/irnode.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.20.1