]> granicus.if.org Git - clang/commit
Lift out ABIInfo abstract base class.
authorDaniel Dunbar <daniel@zuster.org>
Mon, 13 Oct 2008 17:02:26 +0000 (17:02 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Mon, 13 Oct 2008 17:02:26 +0000 (17:02 +0000)
commit6b1da0ea19c12346192f5ea4d70872c13bfcc82a
tree6645c0664bcefa8289b6fc4e5b1a95f611d13dcd
parente2ed203b437c14de57a80d69b70164819d045d86
Lift out ABIInfo abstract base class.
 - Currently still lives in CGCall.cpp but is intended to be the
   target specific place for hooking ABI information.
 - Select ABIInfo to use based on Target's prefix and pointer width.

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