diff options
Diffstat (limited to 'llvm/test/MC/X86/x86_64-encoding.s')
| -rw-r--r-- | llvm/test/MC/X86/x86_64-encoding.s | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/llvm/test/MC/X86/x86_64-encoding.s b/llvm/test/MC/X86/x86_64-encoding.s index c071a1b765e..756da4dc352 100644 --- a/llvm/test/MC/X86/x86_64-encoding.s +++ b/llvm/test/MC/X86/x86_64-encoding.s @@ -148,3 +148,10 @@ pshufb CPI1_0(%rip), %xmm1 // CHECK: encoding: [0x48,0x0f,0xae,0x08] fxrstorq (%rax) +// CHECK: leave +// CHECK: encoding: [0xc9] + leave + +// CHECK: leave +// CHECK: encoding: [0xc9] + leaveq |

