If we support structs as va_list, we must pass pointers to them to va_copy
authorAndrew Lenharth <andrewl@lenharth.org>
Wed, 22 Jun 2005 21:04:42 +0000 (21:04 +0000)
committerAndrew Lenharth <andrewl@lenharth.org>
Wed, 22 Jun 2005 21:04:42 +0000 (21:04 +0000)
commit213e557cef3e653e2d3a00b07b137c143128430a
tree2b864d830fba118c8d2fa07144629603caf85214
parentd0a4c62a031ea9f0e2be2fe1f16af2209602ed94
If we support structs as va_list, we must pass pointers to them to va_copy
See last commit for LangRef, this implements it on all targets.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22273 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AsmParser/llvmAsmParser.y
lib/Bytecode/Reader/ReaderWrappers.cpp
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
lib/Target/CBackend/CBackend.cpp
lib/Target/CBackend/Writer.cpp
lib/Target/IA64/IA64ISelPattern.cpp
lib/Target/PowerPC/PPC64ISelPattern.cpp
lib/Target/SparcV9/SparcV9BurgISel.cpp
lib/Target/X86/X86ISelPattern.cpp