Change LLI's internal representation of va_list to a pointer to the next
authorBrian Gaeke <gaeke@uiuc.edu>
Thu, 13 Nov 2003 06:06:01 +0000 (06:06 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Thu, 13 Nov 2003 06:06:01 +0000 (06:06 +0000)
commit8da17489aa1a66bee9a4ceda352c78bcbcd1ac56
treec0ddbbe2bf74cb0f1eb2f88fb95e2c7df3ea6c97
parent79390d48d0a7c4c5d4f6d8efd25b3c44535fff08
Change LLI's internal representation of va_list to a pointer to the next
argument to be returned by va_arg. This allows va_lists to be passed
between different LLVM procedures (though it is unlikely that an LLI
va_list would make sense to an external function, except by chance.)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9965 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/Interpreter/Execution.cpp
lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
lib/ExecutionEngine/Interpreter/Interpreter.h