simplify-rtx.c (simplify_relational_operation): Verify that mode == VOIDmode implies...
authorJan Hubicka <jh@suse.cz>
Sun, 30 Jul 2000 18:13:10 +0000 (18:13 +0000)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sun, 30 Jul 2000 18:13:10 +0000 (18:13 +0000)
commit47b1e19b64b76712bd3cf26c39b46d0937347f19
tree3ff42cba89273f5cd54afab8421fa8d28be2414f
parentc34d53740af2d85e6f9bfbd1f7593aba0ea1cae4
simplify-rtx.c (simplify_relational_operation): Verify that mode == VOIDmode implies both operands to be VOIDmode.

* simplify-rtx.c (simplify_relational_operation): Verify that mode ==
VOIDmode implies both operands to be VOIDmode.
(simplify_ternary_operation): Compute properly the mode of comparison.
* combine.c (combine_simplify_rtx): Likewise.

From-SVN: r35343
gcc/ChangeLog
gcc/combine.c
gcc/simplify-rtx.c