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]

Re: RTL consistency questions



  In message <199904030234.VAA15819@blastula.phys.columbia.edu>you write:
  > 
  > Part of integrate.c appears to assume this, but it's not documented:
  > 
  > If code is an RTX code, and GET_RTX_CLASS (code) is '1', 'b', or '3',
  > is GET_RTX_FORMAT (code) guaranteed to begin with 'e'?
If it's not documented, then it should be documented.  Some of the classes
are known to have specific forms.

  > If x is a valid RTX, and GET_RTX_FORMAT (GET_CODE (x)) is a string
  > beginning with 'e', is GET_MODE (XEXP (x, 0)) guaranteed to be other
  > than VOIDmode?
I don't think so.  Consider an EXPR_LIST or INSN_LIST.

jeff


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