Fix bug preventing use of match_par_dup in a call insn pattern.
authorJim Wilson <wilson@cygnus.com>
Sun, 15 Aug 1999 19:45:38 +0000 (19:45 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Sun, 15 Aug 1999 19:45:38 +0000 (12:45 -0700)
commitd3ca5cdd6c49d1d8e1d384db19f82c35c73db194
tree6c70ac7a7d855774f6b54267d84cabc65beaec98
parente0942dcd7e556187ad91a0485ae2d82097611bfe
Fix bug preventing use of match_par_dup in a call insn pattern.

* genemit.c (gen_expand): If next is MATCH_PAR_DUP, then output
emit call instead of emit_insn call.

From-SVN: r28716
gcc/ChangeLog
gcc/genemit.c