opt_ldst: Remove the unused macro BYTE_SIZE().
authorChristoph Mallon <christoph.mallon@gmx.de>
Sun, 2 Dec 2012 11:30:16 +0000 (12:30 +0100)
committerChristoph Mallon <christoph.mallon@gmx.de>
Sun, 2 Dec 2012 11:30:16 +0000 (12:30 +0100)
ir/opt/opt_ldst.c

index 24278aa..1ed62db 100644 (file)
@@ -1406,8 +1406,6 @@ static void calc_gen_kill_avail(block_t *bl)
        }
 }
 
-#define BYTE_SIZE(x)  (((x) + 7) >> 3)
-
 /**
  * Do forward dataflow analysis on a given block to calculate the avail_out set
  * for this block only.