X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Flibfirm%2Firop.h;h=182c259fc072f1570f8c5ab9a6eb8bea02f430ec;hb=fa9c992b5f23e7a059ac91fdd04b409b951ebcc4;hp=607cce7b39b4569812ca1aca7e47b9563e4073c0;hpb=f0ad4dd32e5f4508ccfffca77a5d54d19f7c0dc3;p=libfirm diff --git a/include/libfirm/irop.h b/include/libfirm/irop.h index 607cce7b3..182c259fc 100644 --- a/include/libfirm/irop.h +++ b/include/libfirm/irop.h @@ -186,6 +186,8 @@ extern ir_op *op_EndExcept; ir_op *get_op_EndExcept (void); extern ir_op *op_NoMem; ir_op *get_op_NoMem (void); extern ir_op *op_Mux; ir_op *get_op_Mux (void); +extern ir_op *op_Min; ir_op *get_op_Min (void); +extern ir_op *op_Max; ir_op *get_op_Max (void); extern ir_op *op_CopyB; ir_op *get_op_CopyB (void); extern ir_op *op_InstOf; ir_op *get_op_InstOf (void);