commit | e255be93a897a8369d12fc53efed76865b8d8c10 | [log] [tgz] |
---|---|---|
author | Jim Grosbach <grosbach@apple.com> | Wed Jul 13 19:24:09 2011 +0000 |
committer | Jim Grosbach <grosbach@apple.com> | Wed Jul 13 19:24:09 2011 +0000 |
tree | 29719345d858ff9eef6aef56bee6b36111aa8168 | |
parent | c8b3619773507229156e35b14bca591aefd27b3a [diff] [blame] |
Give the ARM BKPT instruction the right operand type. The immediate is of limited range and the operand type should reflect that. llvm-svn: 135066
diff --git a/llvm/utils/TableGen/EDEmitter.cpp b/llvm/utils/TableGen/EDEmitter.cpp index 1a0cdee..afe5007 100644 --- a/llvm/utils/TableGen/EDEmitter.cpp +++ b/llvm/utils/TableGen/EDEmitter.cpp
@@ -590,6 +590,7 @@ IMM("nModImm"); IMM("imm0_255"); IMM("imm0_4095"); + IMM("imm0_65535"); IMM("jt2block_operand"); IMM("t_imm_s4"); IMM("pclabel");