Commit a18b5d98 by Doug Evans

(get_condition): Use CONST0_RTX instead of const0_rtx.

From-SVN: r8721
parent fd745145
...@@ -6397,7 +6397,7 @@ get_condition (jump, earliest) ...@@ -6397,7 +6397,7 @@ get_condition (jump, earliest)
the same tests as a function of STORE_FLAG_VALUE as find_comparison_args the same tests as a function of STORE_FLAG_VALUE as find_comparison_args
in cse.c */ in cse.c */
while (GET_RTX_CLASS (code) == '<' && op1 == const0_rtx) while (GET_RTX_CLASS (code) == '<' && op1 == CONST0_RTX (GET_MODE (op0)))
{ {
/* Set non-zero when we find something of interest. */ /* Set non-zero when we find something of interest. */
rtx x = 0; rtx x = 0;
......
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