aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/X86/x86_operands.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/X86/x86_operands.s')
-rw-r--r--test/MC/X86/x86_operands.s5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/MC/X86/x86_operands.s b/test/MC/X86/x86_operands.s
index b34713d..2258a95 100644
--- a/test/MC/X86/x86_operands.s
+++ b/test/MC/X86/x86_operands.s
@@ -52,6 +52,11 @@
call *%eax
# CHECK: calll *4(%eax)
call *4(%eax)
+foo:
+ calll foo()
+# CHECK: calll foo{{$}}
+ calll foo(,)
+# CHECK: calll foo{{$}}
# CHECK: movl %gs:8, %eax
movl %gs:8, %eax