commit | a2944116dc22e6439322a064c045bc129f7daebf | [log] [tgz] |
---|---|---|
author | Silviu Baranga <silviu.baranga@arm.com> | Wed Apr 18 13:02:55 2012 +0000 |
committer | Silviu Baranga <silviu.baranga@arm.com> | Wed Apr 18 13:02:55 2012 +0000 |
tree | 889fc0c7a53e38939b878506e607789e87fab45a | |
parent | 9da1918c84e74f95803c88df185601f6056a99eb [diff] [blame] |
Fixed decoding for the ARM cdp2 instruction. The restriction on the coprocessor number was removed for this instruction. llvm-svn: 155000
diff --git a/llvm/utils/TableGen/EDEmitter.cpp b/llvm/utils/TableGen/EDEmitter.cpp index 3809a45..fe484ca 100644 --- a/llvm/utils/TableGen/EDEmitter.cpp +++ b/llvm/utils/TableGen/EDEmitter.cpp
@@ -594,6 +594,7 @@ IMM("jtblock_operand"); IMM("nohash_imm"); IMM("p_imm"); + IMM("pf_imm"); IMM("c_imm"); IMM("coproc_option_imm"); IMM("imod_op");