From: Richard Kenner Date: Mon, 27 Dec 1993 11:28:14 +0000 (-0500) Subject: (PREDICATE_CODES): Add ior_operand. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a61edda5920ea92a2d59c386733e89f4ec127995;p=gcc.git (PREDICATE_CODES): Add ior_operand. From-SVN: r6331 --- diff --git a/gcc/config/alpha/alpha.h b/gcc/config/alpha/alpha.h index 41eab5d1ed6..54ef9425534 100644 --- a/gcc/config/alpha/alpha.h +++ b/gcc/config/alpha/alpha.h @@ -1727,6 +1727,7 @@ literal_section () \ {"sext_add_operand", {SUBREG, REG, CONST_INT}}, \ {"const48_operand", {CONST_INT}}, \ {"and_operand", {SUBREG, REG, CONST_INT}}, \ + {"ior_operand", {SUBREG, REG, CONST_INT}}, \ {"mode_mask_operand", {CONST_INT}}, \ {"mul8_operand", {CONST_INT}}, \ {"mode_width_operand", {CONST_INT}}, \