pr14796-1.c
542 Bytes
-
re PR tree-optimization/14796 ([tree-ssa] combine two shifts into one) · a165e746
2005-06-12 James A. Morrison <phython@gcc.gnu.org> PR tree-optimization/14796 * fold-const (fold_binary): Transform (X << C) >> C into X & (-1>>C) for unsigned types. From-SVN: r100869James A. Morrison committed