diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1994-11-30 18:22:24 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1994-11-30 18:22:24 -0500 |
commit | 414d3ee46f170886e41e083912df38e21b9440d2 (patch) | |
tree | 7be24d6a4e7c50119ec092e19326c9547f36a007 /gcc | |
parent | a7a813f79fc27645df138a85effb09bcddcfbb3a (diff) | |
download | gcc-414d3ee46f170886e41e083912df38e21b9440d2.zip gcc-414d3ee46f170886e41e083912df38e21b9440d2.tar.gz gcc-414d3ee46f170886e41e083912df38e21b9440d2.tar.bz2 |
(PREDICATE_CODES): Add lwa_operand.
From-SVN: r8589
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/rs6000/rs6000.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/rs6000/rs6000.h b/gcc/config/rs6000/rs6000.h index 58a7087..943891d 100644 --- a/gcc/config/rs6000/rs6000.h +++ b/gcc/config/rs6000/rs6000.h @@ -2176,6 +2176,7 @@ toc_section () \ {"reg_or_cint_operand", {SUBREG, REG, CONST_INT}}, \ {"easy_fp_constant", {CONST_DOUBLE}}, \ {"reg_or_mem_operand", {SUBREG, MEM, REG}}, \ + {"lwa_operand", {SUBREG, MEM, REG}}, \ {"fp_reg_or_mem_operand", {SUBREG, MEM, REG}}, \ {"mem_or_easy_const_operand", {SUBREG, MEM, CONST_DOUBLE}}, \ {"add_operand", {SUBREG, REG, CONST_INT}}, \ |