commit | d40963c4065432ec7e47879d3ca665a54ee903b6 | [log] [tgz] |
---|---|---|
author | Jim Grosbach <grosbach@apple.com> | Tue Dec 14 22:28:03 2010 +0000 |
committer | Jim Grosbach <grosbach@apple.com> | Tue Dec 14 22:28:03 2010 +0000 |
tree | e61b50ccd1d5987bdee43f92cc2f507d52223816 | |
parent | ee2b350d835231aaf96e4b83dca48326b20dcc42 [diff] [blame] |
Add support for MC-ized encoding of tLEApcrel and tLEApcrelJT. rdar://8755755 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121798 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/TableGen/EDEmitter.cpp b/utils/TableGen/EDEmitter.cpp index 8e37519..7ee1019 100644 --- a/utils/TableGen/EDEmitter.cpp +++ b/utils/TableGen/EDEmitter.cpp
@@ -584,6 +584,7 @@ IMM("t_imm_s4"); IMM("pclabel"); IMM("adrlabel"); + IMM("t_adrlabel"); IMM("t2adrlabel"); IMM("shift_imm"); IMM("neon_vcvt_imm32");