avoid -pedantic warning
authorMatthias Braun <matze@braunis.de>
Wed, 24 Oct 2012 16:21:24 +0000 (18:21 +0200)
committerMatthias Braun <matze@braunis.de>
Thu, 25 Oct 2012 17:12:16 +0000 (19:12 +0200)
include/libfirm/firm_types.h

index f80ec15..b794538 100644 (file)
@@ -292,7 +292,7 @@ typedef enum mtp_additional_properties {
        /** the programmer recommends to inline the function */
        mtp_property_inline_recommended = 1u << 13,
        /** stupid hack used by opt_funccall... */
-       mtp_temporary                   = 1u << 31,
+       mtp_temporary                   = 1u << 14,
 } mtp_additional_properties;
 ENUM_BITSET(mtp_additional_properties)