Commit 8f240084 by James Van Artsdalen

(float_op): Delete - no longer used.

From-SVN: r2746
parent 1bbe49a6
......@@ -1457,21 +1457,6 @@ convert_387_op (op, mode)
}
}
/* Return 1 if this is a valid "float from int" operation on a 387.
OP is the expression matched, and MODE is its mode. */
int
float_op (op, mode)
register rtx op;
enum machine_mode mode;
{
if (mode != VOIDmode && mode != GET_MODE (op))
return 0;
return GET_CODE (op) == FLOAT
&& GET_MODE_CLASS (GET_MODE (op)) == MODE_FLOAT;
}
/* Return 1 if this is a valid shift or rotate operation on a 386.
OP is the expression matched, and MODE is its mode. */
......
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