dojump.c (do_jump <unordered_bcc>): Do not recursively call self with a TRUTH_ORIF_EX...
authorZack Weinberg <zack@gcc.gnu.org>
Wed, 18 Aug 2004 16:39:40 +0000 (16:39 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Wed, 18 Aug 2004 16:39:40 +0000 (16:39 +0000)
commit6aaf3ddef9a6fccf796ff13c7a03952c5d350158
tree1c7cb30c823791b9cb19f3cacc2cad909c5da877
parentd62294f57e859308c23fcbd156bb88b21e8f4547
dojump.c (do_jump <unordered_bcc>): Do not recursively call self with a TRUTH_ORIF_EXPR...

* dojump.c (do_jump <unordered_bcc>): Do not recursively call
self with a TRUTH_ORIF_EXPR; generate the appropriate jump
sequence inline.  Move drop_through_label code into this
block, being the only place it is used.  Adjust comments.

From-SVN: r86192
gcc/ChangeLog
gcc/dojump.c