This is the mail archive of the gcc-patches@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]

Re: .def files for insn and reg notes


> So how about I fix print-rtl.c, and I also add REG_DEP_TRUE to
> reg-notes.def with value 0?  Then the middle and backends can be
> incrementally mutated to use REG_DEP_TRUE instead of 0 or VOIDmode.

Would it not be dangerous to (temporarily) have 3 symbols to represent the 
same thing?  I initially thought that the fix would boil down to updating 
print-rtl.c, but Graham demonstrated it's more serious.  What about only 
shifting back the enumeration and letting Graham write a complete patch?

-- 
Eric Botcazou


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