Commit 8daf2e65 by Dale Johannesen

Fix still another typo.

From-SVN: r71352
parent d779d0dc
...@@ -7446,7 +7446,7 @@ branch_positive_comparison_operator (rtx op, enum machine_mode mode) ...@@ -7446,7 +7446,7 @@ branch_positive_comparison_operator (rtx op, enum machine_mode mode)
{ {
enum rtx_code code; enum rtx_code code;
if (! branch_comparison_operator (rtx op, enum machine_mode mode)) if (! branch_comparison_operator (op, mode))
return 0; return 0;
code = GET_CODE (op); code = GET_CODE (op);
......
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