]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
(or_operand): Renamed from ior_operand.
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 27 May 1994 20:37:42 +0000 (16:37 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 27 May 1994 20:37:42 +0000 (16:37 -0400)
From-SVN: r7367

gcc/config/alpha/alpha.c

index 855e5e563bf371c321e399091656d82f3e619f63..00d3e4118ec9359ca4832cc269975be6213607bc 100644 (file)
@@ -173,10 +173,10 @@ and_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
-ior_operand (op, mode)
+or_operand (op, mode)
      register rtx op;
      enum machine_mode mode;
 {