Adding support for Microsoft's thiscall calling convention. LLVM side of the patch.
authorAaron Ballman <aaron@aaronballman.com>
Wed, 22 Feb 2012 03:04:40 +0000 (03:04 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Wed, 22 Feb 2012 03:04:40 +0000 (03:04 +0000)
commit57708abb10223a1a57334549c23eb93e5bbf18e6
tree33c0292f1e3d1b84980463fe29851b4b56ce284a
parent967570f2ecdbedeae80bcc19744cf111c3e112e1
Adding support for Microsoft's thiscall calling convention.  LLVM side of the patch.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151123 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86CallingConv.td
test/CodeGen/X86/thiscall-struct-return.ll [new file with mode: 0644]