From: Richard Henderson Date: Sat, 19 Aug 2000 00:45:47 +0000 (-0700) Subject: combine.c (make_compound_operation): Break after creating the extraction. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8231ad949dda0d5941a56be74714e970970a4311;p=gcc.git combine.c (make_compound_operation): Break after creating the extraction. * combine.c (make_compound_operation): Break after creating the extraction. From-SVN: r35799 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8d1646e4a3a..b0e1dd75a2f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2000-08-18 Richard Henderson + + * combine.c (make_compound_operation): Break after creating + the extraction. + 2000-08-18 Zack Weinberg * cpplib.c (cpp_register_pragma_space): Just return if the diff --git a/gcc/combine.c b/gcc/combine.c index 9e7083bb407..881c65356d5 100644 --- a/gcc/combine.c +++ b/gcc/combine.c @@ -6492,6 +6492,7 @@ make_compound_operation (x, in_code) INTVAL (rhs) - INTVAL (XEXP (lhs, 1)), NULL_RTX, mode_width - INTVAL (rhs), code == LSHIFTRT, 0, in_code == COMPARE); + break; } /* See if we have operations between an ASHIFTRT and an ASHIFT.