ExecutionEngine::create no longer takes a TraceMode argument.
authorBrian Gaeke <gaeke@uiuc.edu>
Fri, 24 Oct 2003 19:59:37 +0000 (19:59 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Fri, 24 Oct 2003 19:59:37 +0000 (19:59 +0000)
commitf143d3c2843f27bb2bf7d0e3c6f281fd0b01eb0b
treea0c6e3c5f2f15ff5a273adaf1e25beaef003262b
parenta824f420741a54cf8b09cbb91ef9bee358432bd9
ExecutionEngine::create no longer takes a TraceMode argument.
CurFrame, TraceMode, and the CachedWriter are history.
The ExecutionAnnotations (SlotNumber, InstNumber, and FunctionInfo) are history.
ExecutionContext now keeps Values for each stack frame in a std::map.
printValue() and print() are history.
executeInstruction() is now part of run().

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