summaryrefslogtreecommitdiff
path: root/test/MC
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-07-19 07:21:07 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-07-19 07:21:07 +0000
commit926f2bb3d8dd6f8b0198aa478828ee02914050f9 (patch)
tree3f284506f6a57d63a050e21f3b86d4e1690d2471 /test/MC
parente4c52a2c41a63b424ac8ce22adc833f35b23e18d (diff)
downloadllvm-926f2bb3d8dd6f8b0198aa478828ee02914050f9.tar.gz
llvm-926f2bb3d8dd6f8b0198aa478828ee02914050f9.tar.bz2
llvm-926f2bb3d8dd6f8b0198aa478828ee02914050f9.tar.xz
X86-64: Mark WINCALL and more tail call instructions as code gen only.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108685 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC')
-rw-r--r--test/MC/AsmParser/X86/x86_instructions.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/AsmParser/X86/x86_instructions.s b/test/MC/AsmParser/X86/x86_instructions.s
index 4bc8a4bb3a..92fb1b2431 100644
--- a/test/MC/AsmParser/X86/x86_instructions.s
+++ b/test/MC/AsmParser/X86/x86_instructions.s
@@ -56,7 +56,7 @@
subl %eax, %ebx
// FIXME: Check that this matches the correct instruction.
-// CHECK: call *%rax
+// CHECK: callq *%rax
call *%rax
// FIXME: Check that this matches the correct instruction.