From a61edda5920ea92a2d59c386733e89f4ec127995 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Mon, 27 Dec 1993 06:28:14 -0500 Subject: [PATCH] (PREDICATE_CODES): Add ior_operand. From-SVN: r6331 --- gcc/config/alpha/alpha.h | 1 + 1 file changed, 1 insertion(+) 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}}, \ -- 2.30.2