This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r242142 - /branches/ARM/sve-branch/gcc/expr.c


Author: rsandifo
Date: Fri Nov 11 17:07:25 2016
New Revision: 242142

URL: https://gcc.gnu.org/viewcvs?rev=242142&root=gcc&view=rev
Log:
Make widest_int_mode_for_size return a scalar_int_mode

In practice widest_int_mode_for_size is always called with a size
greater than 1, so it can always pick QImode in the worst case.
The VOIDmode paths seem to be dead.

Modified:
    branches/ARM/sve-branch/gcc/expr.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]