BugFix: ins_permuted means inversed flags, not negated ...
[libfirm] / ir / be / ia32 / ia32_transform.h
index d5786a9..624dbf9 100644 (file)
@@ -43,7 +43,6 @@ typedef enum {
        ia32_DSIGN,          /**< SSE2 double precision sign */
        ia32_SABS,           /**< SSE2 single precision ABS mask */
        ia32_DABS,           /**< SSE2 double precision ABS mask */
-       ia32_INTMAX,         /**< x87 single precision INTMAX */
        ia32_ULLBIAS,        /**< x87 ULL->float bias */
        ia32_known_const_max /**< last constant */
 } ia32_known_const_t;