]> granicus.if.org Git - clang/commit
Do codegen correctly for va_start/end/copy on architectures where
authorEli Friedman <eli.friedman@gmail.com>
Tue, 20 Jan 2009 17:25:25 +0000 (17:25 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Tue, 20 Jan 2009 17:25:25 +0000 (17:25 +0000)
commitc96c0511501190b631664ca556c0bf85537095d3
tree176d00e394e13d96f9e71a104b490841939b3eb9
parent40f4e69002af9623a1f959bd57b99afda186a6a7
Do codegen correctly for va_start/end/copy on architectures where
va_list is a struct, like x86-64.

If anyone has a better idea for how to do the check in the if
statements, suggestions are welcome.

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