Commit f5a2fb25 by Richard Stallman

(gen_lowpart_common): Fix typo in last change.

From-SVN: r2496
parent 3d77b9c2
......@@ -651,7 +651,7 @@ gen_lowpart_common (mode, x)
&& HOST_BITS_PER_WIDE_INT == BITS_PER_WORD)
|| flag_pretend_float)
&& (GET_MODE_CLASS (mode) == MODE_INT
&& GET_MODE_CLASS (mode) == MODE_PARTIAL_INT)
|| GET_MODE_CLASS (mode) == MODE_PARTIAL_INT)
&& GET_CODE (x) == CONST_DOUBLE
&& GET_MODE_CLASS (GET_MODE (x)) == MODE_FLOAT
&& GET_MODE_BITSIZE (mode) == 2 * BITS_PER_WORD)
......
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