summaryrefslogtreecommitdiffstats
path: root/llvm/test
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
commit9aefb8ee4c0c7ceb1676f15b196482fbe754a5b2 (patch)
tree7ba2e997639a9d886da98032e4efc1ea931b91a6 /llvm/test
parent2e9f58517d47458908d2ba0fa6cb432d9ecbf4b0 (diff)
downloadbcm5719-llvm-9aefb8ee4c0c7ceb1676f15b196482fbe754a5b2.tar.gz
bcm5719-llvm-9aefb8ee4c0c7ceb1676f15b196482fbe754a5b2.zip
X86-64: Mark WINCALL and more tail call instructions as code gen only.
llvm-svn: 108685
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/MC/AsmParser/X86/x86_instructions.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/AsmParser/X86/x86_instructions.s b/llvm/test/MC/AsmParser/X86/x86_instructions.s
index 4bc8a4bb3a8..92fb1b24311 100644
--- a/llvm/test/MC/AsmParser/X86/x86_instructions.s
+++ b/llvm/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.
OpenPOWER on IntegriCloud