]> granicus.if.org Git - clang/commit
Codegen support for fastcall & stdcall CC.
authorAnton Korobeynikov <asl@math.spbu.ru>
Tue, 11 Nov 2008 20:21:14 +0000 (20:21 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Tue, 11 Nov 2008 20:21:14 +0000 (20:21 +0000)
commitf1c9c09e2e2220e4bbfb7e9d8adf9bf2c2406b80
tree0e7a74311cc2760b85eb03f663176ddd25eb7ff6
parente219b8a9c02198b1938dfa9ed91ef9cf0e6ce4f3
Codegen support for fastcall & stdcall CC.
Patch by Ilya Okonsky!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59080 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenModule.cpp
test/CodeGen/stdcall-fastcall.c [new file with mode: 0644]