This is the mail archive of the gcc@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: Duplicate unspec instruction entries in rs6000.md?


On Wednesday, January 14, 2004, at 11:56 AM, Daniel Jacobowitz wrote:
On Wed, Jan 14, 2004 at 10:54:52AM -0800, Syd Polk wrote:
Is it ok for an UNSPEC and an UNSPEC_VOLATILE to have the same index
number?

Yes. The UNSPECs are used in (unspec) RTL and the UNSPEC_VOLATILEs in (unspec_volatile) RTL.

Unless we have number pressure, I thought it would be good to not have them overlap. I think one table for both might be able to avoid some confusion some of the time, any competing factors that make this a bad idea?



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