diff options
author | krebbel <krebbel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-06-15 09:28:38 +0000 |
---|---|---|
committer | krebbel <krebbel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-06-15 09:28:38 +0000 |
commit | 92b84fc3af905ba90e3f1823e12e819f3f4b47d6 (patch) | |
tree | 300ed8baddb41393d4bdea7b152b57c728c35004 /gcc/tree-ssa-math-opts.c | |
parent | 497042b8c9b3167b696ded3b4d25c13842ef1a12 (diff) | |
download | gcc-92b84fc3af905ba90e3f1823e12e819f3f4b47d6.tar.gz |
2009-06-14 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* tree-ssa-math-opts.c: Remove extra divide.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148485 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-ssa-math-opts.c')
-rw-r--r-- | gcc/tree-ssa-math-opts.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/tree-ssa-math-opts.c b/gcc/tree-ssa-math-opts.c index d864e201c77..7e4e1bd5eb6 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 |