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]

r272252 - in /branches/ssa-range/gcc: range.c r...


Author: aldyh
Date: Thu Jun 13 17:17:41 2019
New Revision: 272252

URL: https://gcc.gnu.org/viewcvs?rev=272252&root=gcc&view=rev
Log:
    Shuffle things around to make it possible to provide alternate irange
    implementations by just providing:

            typedef something_else irange;
            typedef something_else_storage irange_storage;

    This is not the irange on value_range implementation, but the necessary
    glue to make it possible at a later time.

Modified:
    branches/ssa-range/gcc/range.c
    branches/ssa-range/gcc/range.h
    branches/ssa-range/gcc/ssa-range-cache.cc
    branches/ssa-range/gcc/ssa-range-gori.cc
    branches/ssa-range/gcc/ssa-range.cc


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