diff options
Diffstat (limited to 'llvm/test')
-rw-r--r-- | llvm/test/MC/X86/intel-syntax-encoding.s | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/test/MC/X86/intel-syntax-encoding.s b/llvm/test/MC/X86/intel-syntax-encoding.s index e6ddc87f558..e15f6470cf1 100644 --- a/llvm/test/MC/X86/intel-syntax-encoding.s +++ b/llvm/test/MC/X86/intel-syntax-encoding.s @@ -61,6 +61,11 @@ // CHECK: encoding: [0xf0] // CHECK: encoding: [0x48,0x01,0x00] +// CHECK: encoding: [0x9c] +// CHECK: encoding: [0x9d] +pushf +popf + LBB0_3: // CHECK: encoding: [0xeb,A] jmp LBB0_3 |