1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/lib/ExecutionEngine/Interpreter
Brian Gaeke 40b9cf9615 Fix off-by-one in Interpreter::getFirstVarArg(), which was punishing
any attempts by LLI to use varargs (possibly left over from the introduction
of IntrinsicLowering??)

llvm-svn: 11370
2004-02-13 06:18:39 +00:00
..
Execution.cpp The Interpreter was failing the AtExit UnitTest. This fixes it. 2004-02-13 05:48:00 +00:00
ExternalFunctions.cpp Pass around IntrinsicLowering instances as appropriate. 2003-12-28 09:44:37 +00:00
Interpreter.cpp Start using the new and improve interface to FunctionType arguments 2004-02-09 04:14:01 +00:00
Interpreter.h Fix off-by-one in Interpreter::getFirstVarArg(), which was punishing 2004-02-13 06:18:39 +00:00
Makefile Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00