Commit 99dc5306 by Graham Stott Committed by Graham Stott

* combine.c (simplify_comparison): Fix typo.

From-SVN: r41967
parent 28680540
2001-05-11 Graham Stott <grahams@redhat.com>
* combine.c (simplify_comparison): Fix typo.
2001-05-11 Mark Mitchell <mark@codesourcery.com> 2001-05-11 Mark Mitchell <mark@codesourcery.com>
* loop.h (struct movables): Remove `num'. * loop.h (struct movables): Remove `num'.
......
...@@ -10040,7 +10040,7 @@ simplify_comparison (code, pop0, pop1) ...@@ -10040,7 +10040,7 @@ simplify_comparison (code, pop0, pop1)
&& (code != GT && code != LT && code != GE && code != LE)) && (code != GT && code != LT && code != GE && code != LE))
|| (GET_CODE (op0) == ASHIFTRT || (GET_CODE (op0) == ASHIFTRT
&& (code != GTU && code != LTU && (code != GTU && code != LTU
&& code != GEU && code != GEU))) && code != GEU && code != LEU)))
&& GET_CODE (XEXP (op0, 1)) == CONST_INT && GET_CODE (XEXP (op0, 1)) == CONST_INT
&& INTVAL (XEXP (op0, 1)) >= 0 && INTVAL (XEXP (op0, 1)) >= 0
&& INTVAL (XEXP (op0, 1)) < HOST_BITS_PER_WIDE_INT && INTVAL (XEXP (op0, 1)) < HOST_BITS_PER_WIDE_INT
......
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