]> granicus.if.org Git - clang/commit
Move ABIArgInfo into CGFunctionInfo, computed on creation.
authorDaniel Dunbar <daniel@zuster.org>
Tue, 3 Feb 2009 05:31:23 +0000 (05:31 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 3 Feb 2009 05:31:23 +0000 (05:31 +0000)
commit88c2fa96be989571b4afb6229f0ef5a3ef4450cb
treee450bb6c26bf5f605c48c23d465f8929f7a1167a
parent90f255356e4abc03287d35d323a1af0127dfcfd2
Move ABIArgInfo into CGFunctionInfo, computed on creation.
 - Still have to convert some consumers over.

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