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]

r242102 - in /branches/ARM/sve-branch/gcc: comb...


Author: rsandifo
Date: Fri Nov 11 16:59:36 2016
New Revision: 242102

URL: https://gcc.gnu.org/viewcvs?rev=242102&root=gcc&view=rev
Log:
Use rtx_mode_t instead of std::make_pair

This makes the code less sensitive to the exact type of
the mode, i.e. it forces a conversion where necessary.
It also abstracts away the representation, since the fact
that it's a pair rather than a custom class isn't important
to users of the interface.

Modified:
    branches/ARM/sve-branch/gcc/combine.c
    branches/ARM/sve-branch/gcc/dwarf2out.c
    branches/ARM/sve-branch/gcc/explow.c
    branches/ARM/sve-branch/gcc/expmed.c
    branches/ARM/sve-branch/gcc/expr.c
    branches/ARM/sve-branch/gcc/loop-doloop.c
    branches/ARM/sve-branch/gcc/postreload.c
    branches/ARM/sve-branch/gcc/simplify-rtx.c
    branches/ARM/sve-branch/gcc/wide-int.h


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