]> granicus.if.org Git - clang/commit
Pass the LLVM IR version of argument types down into computeInfo.
authorChris Lattner <sabre@nondot.org>
Tue, 29 Jun 2010 01:08:48 +0000 (01:08 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 29 Jun 2010 01:08:48 +0000 (01:08 +0000)
commit8640cd6bf077e007fdb9bc8c9c5e319f7d70da96
tree96fe33e65d67e74476ed5bafdafbe84fe06c7ae2
parent0010bca8afaed0236c4910640f6bc1bcf1984125
Pass the LLVM IR version of argument types down into computeInfo.
This is somewhat annoying to do this at this level, but it avoids
having ABIInfo know depend on CodeGenTypes for a hint.

Nothing is using this yet, so no functionality change.

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