Added the WAIT instruction to the Intel tables,

for the purposes of the disassembler.

llvm-svn: 81603
This commit is contained in:
Sean Callanan 2009-09-12 02:52:41 +00:00
parent f8e94f2008
commit 57dba6768e
1 changed files with 1 additions and 0 deletions

View File

@ -839,6 +839,7 @@ def SYSENTER : I<0x34, RawFrm,
def SYSEXIT : I<0x35, RawFrm, def SYSEXIT : I<0x35, RawFrm,
(outs), (ins), "sysexit", []>, TB; (outs), (ins), "sysexit", []>, TB;
def WAIT : I<0x9B, RawFrm, (outs), (ins), "wait", []>;
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//