diff options
Diffstat (limited to 'llvm/test')
-rw-r--r-- | llvm/test/MC/X86/mpx-encodings.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/X86/mpx-encodings.s b/llvm/test/MC/X86/mpx-encodings.s index 3aaab2c54ec..6b98808e1b6 100644 --- a/llvm/test/MC/X86/mpx-encodings.s +++ b/llvm/test/MC/X86/mpx-encodings.s @@ -13,7 +13,7 @@ bndmk (%rax), %bnd0 bndmk 1024(%rax), %bnd1 // CHECK: bndmov %bnd2, %bnd1 -// ENCODING: encoding: [0x66,0x0f,0x1b,0xd1] +// ENCODING: encoding: [0x66,0x0f,0x1a,0xca] bndmov %bnd2, %bnd1 // CHECK: bndmov %bnd1, 1024(%r9) |