]> granicus.if.org Git - clang/commit
x86_64 ABI: Actually, we can always pass things we want to pass in
authorDaniel Dunbar <daniel@zuster.org>
Sun, 22 Feb 2009 08:17:51 +0000 (08:17 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sun, 22 Feb 2009 08:17:51 +0000 (08:17 +0000)
commit245f5534a520c23e703fd239632273c551be50b3
tree24658e5428ca13d977e3f1e88ba8cbcf6d5c730d
parent8e111c77e4f21612202f388d2f6318c1e90f6344
x86_64 ABI: Actually, we can always pass things we want to pass in
memory using Indirect; this was a holdover from when CGCall wasn't as
robust.

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