X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbenode.c;h=5c19be77c410196f0b990019a1dd5f8c764b5d61;hb=8974b94349462d835b33ad4f896d1821986458bd;hp=dc215ac625f7da0eaf24d697000153ae93696bb3;hpb=93783832aaeef773668105ce893f61faf8b97cde;p=libfirm diff --git a/ir/be/benode.c b/ir/be/benode.c index dc215ac62..5c19be77c 100644 --- a/ir/be/benode.c +++ b/ir/be/benode.c @@ -42,6 +42,7 @@ #include "offset.h" #include "bitfiddle.h" #include "raw_bitset.h" +#include "error.h" #include "irop_t.h" #include "irmode_t.h" @@ -1421,14 +1422,14 @@ static void phi_set_frame_entity(ir_node *irn, ir_entity *ent) { (void) irn; (void) ent; - assert(0); + panic("phi_set_frame_entity() should not be called"); } static void phi_set_frame_offset(ir_node *irn, int bias) { (void) irn; (void) bias; - assert(0); + panic("phi_set_frame_offset() should not be called"); } static int phi_get_sp_bias(const ir_node *irn)