Commit 8231ad94 by Richard Henderson Committed by Richard Henderson

combine.c (make_compound_operation): Break after creating the extraction.

        * combine.c (make_compound_operation): Break after creating
        the extraction.

From-SVN: r35799
parent 6e19bb38
2000-08-18 Richard Henderson <rth@cygnus.com>
* combine.c (make_compound_operation): Break after creating
the extraction.
2000-08-18 Zack Weinberg <zack@wolery.cumb.org>
* cpplib.c (cpp_register_pragma_space): Just return if the
......
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment