]> granicus.if.org Git - clang/commit
Change CodeGenModule::ConstructTypeAttributes to return the calling convention
authorDaniel Dunbar <daniel@zuster.org>
Sat, 12 Sep 2009 00:59:20 +0000 (00:59 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sat, 12 Sep 2009 00:59:20 +0000 (00:59 +0000)
commitca6408c3176783f0b29da4679a08512aa05f0c73
tree018521391d4c5cd7bbc4d6ce0958cd2ce502f0bd
parent7814e6d6645d587891293d59ecf6576defcfac92
Change CodeGenModule::ConstructTypeAttributes to return the calling convention
to use, and allow the ABI implementation to override the calling convention.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@81593 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGCall.cpp
lib/CodeGen/CGCall.h
lib/CodeGen/CodeGenModule.cpp
lib/CodeGen/CodeGenModule.h