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]

r272142 - in /branches/ssa-range/gcc: calls.c g...


Author: aldyh
Date: Tue Jun 11 01:03:18 2019
New Revision: 272142

URL: https://gcc.gnu.org/viewcvs?rev=272142&root=gcc&view=rev
Log:
Replace:
	irange::PLAIN	-> IRANGE_PLAIN
	irange::INVERSE	-> IRANGE_INVERSE

This will make it easier to coexist with value_range_kind.  During the
transition period we can do:

	#define IRANGE_PLAIN	VR_RANGE
	#define IRANGE_INVERSE	VR_ANTI_RANGE

Modified:
    branches/ssa-range/gcc/calls.c
    branches/ssa-range/gcc/gimple-ssa-warn-alloca.c
    branches/ssa-range/gcc/range-op.c
    branches/ssa-range/gcc/range.c
    branches/ssa-range/gcc/range.h
    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]