* simplify-rtx.c (simplify_subreg): Fix verification of
combined subreg.
From-SVN: r43008
+Thu Jun 7 18:27:53 CEST 2001 Jan Hubicka <jh@suse.cz>
+
+ * simplify-rtx.c (simplify_subreg): Fix verification of
+ combined subreg.
+
2001-06-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* config/mips/mips.h (CPP_SPEC): Simplify .s/.S handling.
documentation should be added to invoke.texi. Avoid an overfull
hbox.
+>>>>>>> 1.10276
Thu Jun 7 17:09:50 CEST 2001 Jan Hubicka <jh@suse.cz>
* toplev.c (rest_of_compilation): Revert previous patch.
}
/* See whether resulting subreg will be paradoxical. */
- if (GET_MODE_SIZE (innermostmode) < GET_MODE_SIZE (outermode))
+ if (GET_MODE_SIZE (innermostmode) > GET_MODE_SIZE (outermode))
{
/* In nonparadoxical subregs we can't handle negative offsets. */
if (final_offset < 0)