]> granicus.if.org Git - clang/commit
Now that we store calling conventions in the types, use them instead of
authorCharles Davis <cdavis@mines.edu>
Fri, 5 Feb 2010 18:13:10 +0000 (18:13 +0000)
committerCharles Davis <cdavis@mines.edu>
Fri, 5 Feb 2010 18:13:10 +0000 (18:13 +0000)
commit16c4f3c7d44289e30f5066dce7ce9efe7ff67bbc
tree2781cbdead8abdd85a9e224443ef52fdc0c35da2
parent8ca3eb0eca8230c2419fea229e3973a233c63a4b
Now that we store calling conventions in the types, use them instead of
getting the calling convention from the target function, which may or may not
exist. Fixes PR5280.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95399 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExpr.cpp
test/CodeGen/stdcall-fastcall.c