diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-07-19 07:21:07 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-07-19 07:21:07 +0000 |
commit | 9aefb8ee4c0c7ceb1676f15b196482fbe754a5b2 (patch) | |
tree | 7ba2e997639a9d886da98032e4efc1ea931b91a6 /llvm/test | |
parent | 2e9f58517d47458908d2ba0fa6cb432d9ecbf4b0 (diff) | |
download | bcm5719-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.s | 2 |
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. |