X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Flibfirm%2Firarch.h;h=7465fdc57eef42940769a91104531312b2cec610;hb=969f52a3743dd60803f8fd5122aa8c714d17ae32;hp=39fe3e51e61e6e179f52179acad6837afcb515a0;hpb=ae91f67c6a657866c2c7581e024cad4748b90775;p=libfirm diff --git a/include/libfirm/irarch.h b/include/libfirm/irarch.h index 39fe3e51e..7465fdc57 100644 --- a/include/libfirm/irarch.h +++ b/include/libfirm/irarch.h @@ -37,6 +37,7 @@ typedef enum instr { SHIFT, /**< the SHIFT instruction */ SUB, /**< the SUB instruction */ ADD, /**< the ADD instruction */ + ZERO, /**< creates a ZERO constant */ MUL, /**< the original MUL instruction */ ROOT, /**< the ROOT value that is multiplied */ } insn_kind;