From 0ab352d518aafc3e0c51e44335fd4f59d04b7e66 Mon Sep 17 00:00:00 2001 From: Andreas Krebbel Date: Mon, 15 Jun 2009 09:28:38 +0000 Subject: tree-ssa-math-opts.c: Remove extra divide. 2009-06-14 Andreas Krebbel * tree-ssa-math-opts.c: Remove extra divide. From-SVN: r148485 --- gcc/tree-ssa-math-opts.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'gcc/tree-ssa-math-opts.c') diff --git a/gcc/tree-ssa-math-opts.c b/gcc/tree-ssa-math-opts.c index d864e20..7e4e1bd 100644 --- a/gcc/tree-ssa-math-opts.c +++ b/gcc/tree-ssa-math-opts.c @@ -1049,8 +1049,6 @@ find_bswap_1 (gimple stmt, struct symbolic_number *n, int limit) if (type_size % BITS_PER_UNIT != 0) return NULL_TREE; - type_size /= BITS_PER_UNIT; - if (type_size / BITS_PER_UNIT < (int)(sizeof (HOST_WIDEST_INT))) { /* If STMT casts to a smaller type mask out the bits not -- cgit v1.1