- reenabled callgraph
[libfirm] / include / libfirm / irarch.h
index 39fe3e5..7465fdc 100644 (file)
@@ -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;