diff options
author | Kevin Enderby <enderby@apple.com> | 2010-10-27 20:46:49 +0000 |
---|---|---|
committer | Kevin Enderby <enderby@apple.com> | 2010-10-27 20:46:49 +0000 |
commit | 529b1a43986265fb399eecd0dcbf9c409d049853 (patch) | |
tree | 3227aebb6b34d098b7e4c2ea0e1bbb91375d4552 /utils/TableGen/X86RecognizableInstr.cpp | |
parent | ccf72caa92ba03fcaf348f9d8c7d14eb5738a31e (diff) |
Added the x86 instruction ud2b (2nd official undefined instruction).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117485 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/X86RecognizableInstr.cpp')
-rw-r--r-- | utils/TableGen/X86RecognizableInstr.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/TableGen/X86RecognizableInstr.cpp b/utils/TableGen/X86RecognizableInstr.cpp index dcbce4d88e..1343fcf5ad 100644 --- a/utils/TableGen/X86RecognizableInstr.cpp +++ b/utils/TableGen/X86RecognizableInstr.cpp @@ -114,7 +114,6 @@ namespace X86Local { EXTENSION_TABLE(72) \ EXTENSION_TABLE(73) \ EXTENSION_TABLE(ae) \ - EXTENSION_TABLE(b9) \ EXTENSION_TABLE(ba) \ EXTENSION_TABLE(c7) |