summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/X86/intel-syntax-encoding.s
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/MC/X86/intel-syntax-encoding.s')
-rw-r--r--llvm/test/MC/X86/intel-syntax-encoding.s5
1 files changed, 4 insertions, 1 deletions
diff --git a/llvm/test/MC/X86/intel-syntax-encoding.s b/llvm/test/MC/X86/intel-syntax-encoding.s
index c81636bcbbd..32e77506029 100644
--- a/llvm/test/MC/X86/intel-syntax-encoding.s
+++ b/llvm/test/MC/X86/intel-syntax-encoding.s
@@ -31,4 +31,7 @@
// CHECK: encoding: [0x48,0x83,0xc0,0xf4]
add rax, -12
-
+LBB0_3:
+// CHECK: encoding: [0xeb,A]
+ jmp LBB0_3
+
OpenPOWER on IntegriCloud