Commit 414d3ee4 by Richard Kenner

(PREDICATE_CODES): Add lwa_operand.

From-SVN: r8589
parent a7a813f7
......@@ -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}}, \
......
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