commit | 9b8f2a0b365ea62a5fef80bbaab3cf0252db2fcf | [log] [tgz] |
---|---|---|
author | Jim Grosbach <grosbach@apple.com> | Wed Oct 12 17:34:41 2011 +0000 |
committer | Jim Grosbach <grosbach@apple.com> | Wed Oct 12 17:34:41 2011 +0000 |
tree | b5eb114960ac0ae3c4be79ff11cf15cf256dd6be | |
parent | 01208d56e8341c17bb7dbeaf6c081fdffe523786 [diff] [blame] |
ARM parsing and encoding for the <option> form of LDC/STC instructions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141786 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/TableGen/EDEmitter.cpp b/utils/TableGen/EDEmitter.cpp index a38f006..abef70e 100644 --- a/utils/TableGen/EDEmitter.cpp +++ b/utils/TableGen/EDEmitter.cpp
@@ -581,6 +581,7 @@ IMM("nohash_imm"); IMM("p_imm"); IMM("c_imm"); + IMM("coproc_option_imm"); IMM("imod_op"); IMM("iflags_op"); IMM("cpinst_operand");