diff options
author | Craig Topper <craig.topper@gmail.com> | 2011-09-11 20:23:20 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@gmail.com> | 2011-09-11 20:23:20 +0000 |
commit | 842f58f9be82e1a0d2751e7982ef3641829acf87 (patch) | |
tree | b3aa02188d472094eb217e0919796311f773e0b8 /test/MC | |
parent | e4481d8ce5aa333b0dc43f307bc8fb47c694e3e2 (diff) | |
download | external_llvm-842f58f9be82e1a0d2751e7982ef3641829acf87.zip external_llvm-842f58f9be82e1a0d2751e7982ef3641829acf87.tar.gz external_llvm-842f58f9be82e1a0d2751e7982ef3641829acf87.tar.bz2 |
Fix disassembling of PAUSE instruction. Fixes PR10900. Also fixed NOP disassembling to ignore OpSize and REX.W.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139484 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC')
-rw-r--r-- | test/MC/Disassembler/X86/simple-tests.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/MC/Disassembler/X86/simple-tests.txt b/test/MC/Disassembler/X86/simple-tests.txt index ef36a6b..62f3464 100644 --- a/test/MC/Disassembler/X86/simple-tests.txt +++ b/test/MC/Disassembler/X86/simple-tests.txt @@ -158,3 +158,6 @@ # CHECK: vinsertps $129, %xmm3, %xmm2, %xmm1 0xc4 0xe3 0x69 0x21 0xcb 0x81 + +# CHECK: pause +0xf3 0x90 |