]> granicus.if.org Git - clang/commit
Set correct calling convention even if there is a bitcast in the way.
authorTorok Edwin <edwintorok@gmail.com>
Fri, 22 May 2009 07:25:06 +0000 (07:25 +0000)
committerTorok Edwin <edwintorok@gmail.com>
Fri, 22 May 2009 07:25:06 +0000 (07:25 +0000)
commit6857d9d43b082ae825c29cca80f2f6b7c3aa4e5f
tree0abb5699c74eb387d75fd16e60451cf0f8c0dcbf
parentcb8ab23f7c800b041aeb6fc38c341d1aa0da86bf
Set correct calling convention even if there is a bitcast in the way.
This attempts to fix PR4239.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72251 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGCall.cpp
test/CodeGen/2009-05-22-callingconv.c [new file with mode: 0644]