belower: Remove the unused enum entries PERM_COPY and PERM_SWAP.
authorChristoph Mallon <christoph.mallon@gmx.de>
Wed, 28 Nov 2012 17:02:01 +0000 (18:02 +0100)
committerChristoph Mallon <christoph.mallon@gmx.de>
Wed, 28 Nov 2012 22:42:46 +0000 (23:42 +0100)
ir/be/belower.c

index 2cd2b90..91ed87b 100644 (file)
@@ -86,8 +86,6 @@ typedef struct reg_pair_t {
 typedef enum perm_type_t {
        PERM_CYCLE,
        PERM_CHAIN,
-       PERM_SWAP,
-       PERM_COPY
 } perm_type_t;
 
 /** Structure to represent cycles or chains in a Perm. */