X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firop.c;h=e542a5495763aaf9e33deed99bd5cd4f41f2f49e;hb=69d11aa49aa17358468bbb2f5506ef5f009514e9;hp=9ae042e8cd230f4bdfc2063bc5ed6c765d7f7446;hpb=af0115376ccdcc72e0643caf221407218f4504f0;p=libfirm diff --git a/ir/ir/irop.c b/ir/ir/irop.c index 9ae042e8c..e542a5495 100644 --- a/ir/ir/irop.c +++ b/ir/ir/irop.c @@ -38,6 +38,8 @@ #include "xmalloc.h" +void be_init_op(void); + /** the available next opcode */ static unsigned next_iro = iro_MaxOpcode; @@ -372,6 +374,9 @@ init_op(void) #undef E #undef NB #undef NI + + /* initialize backend opcodes */ + be_init_op(); } /* init_op */