diff options
Diffstat (limited to 'test/MC/AsmParser/X86/x86_operands.s')
-rw-r--r-- | test/MC/AsmParser/X86/x86_operands.s | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/MC/AsmParser/X86/x86_operands.s b/test/MC/AsmParser/X86/x86_operands.s index edddd1fc44..bf958d8478 100644 --- a/test/MC/AsmParser/X86/x86_operands.s +++ b/test/MC/AsmParser/X86/x86_operands.s @@ -55,4 +55,6 @@ # CHECK: call *4(%eax) call *4(%eax) - +# CHECK: movl %gs:8, %eax +movl %gs:8, %eax + |