ia32: fix and optimize bswap sequence on i386
[libfirm] / ir / be / ia32 / ia32_architecture.h
index 4668d8b..04e3cf3 100644 (file)
@@ -80,7 +80,7 @@ typedef struct {
        /** use SSE4.2 or SSE4a popcnt instruction */
        unsigned use_popcnt:1;
        /** use i486 instructions */
-       unsigned use_i486:1;
+       unsigned use_bswap:1;
        /** optimize calling convention where possible */
        unsigned optimize_cc:1;
        /**