Commit c7def335 by Richard Kenner

(or_operand): Renamed from ior_operand.

From-SVN: r7367
parent ba6da627
...@@ -173,10 +173,10 @@ and_operand (op, mode) ...@@ -173,10 +173,10 @@ and_operand (op, mode)
return register_operand (op, mode); return register_operand (op, mode);
} }
/* Return 1 if OP is a valid first operand to an IOR insn. */ /* Return 1 if OP is a valid first operand to an IOR or XOR insn. */
int int
ior_operand (op, mode) or_operand (op, mode)
register rtx op; register rtx op;
enum machine_mode mode; enum machine_mode 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