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]

md file question


What's the difference between

(define_expand "call"
  [(call (match_operand 0 "" "")
	 (match_operand 1 "" "")
   (clobber (reg:SI 17))]
  ...)

and

(define_expand "call"
  [(parallel[(call (match_operand 0 "" "")
		   (match_operand 1 "" "")
	     (clobber (reg:SI 17))])]
  ...)

?  What if they were (define_insn) instead?

zw



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