fold-const.c
360 KB
-
fold_const (fold_binary): Fold X % (2**N) to X & (2**N - 1) for nonnegative values of X. · 2d9474df
2005-06-18 James A. Morrison <phython@gcc.gnu.org> * fold_const (fold_binary): Fold X % (2**N) to X & (2**N - 1) for nonnegative values of X. From-SVN: r101163
James A. Morrison committed