Interpreter cleanups:
authorBrian Gaeke <gaeke@uiuc.edu>
Thu, 4 Sep 2003 22:21:24 +0000 (22:21 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Thu, 4 Sep 2003 22:21:24 +0000 (22:21 +0000)
commitf58815e161c8c91075dd1af7a277314190ebc286
tree7c79f34768f6a53fa55d67346e68fdd04b255a5a
parent82d8277ad5862b54341808812bb4016e52347060
Interpreter cleanups:

Get rid of support for DebugMode (make it always off).
Mung some comments.
Get rid of interpreter's PROFILE_STRUCTURE_FIELDS and PerformExitStuff
 which have been disabled forever.
Get rid of -abort-on-exception (make it always on).
Get rid of user interaction stuff (debug mode innards).
Simplify Interpreter's callMainFunction().

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8344 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ExecutionEngine/ExecutionEngine.h
lib/ExecutionEngine/ExecutionEngine.cpp
lib/ExecutionEngine/Interpreter/Execution.cpp
lib/ExecutionEngine/Interpreter/Interpreter.cpp
lib/ExecutionEngine/Interpreter/Interpreter.h
lib/ExecutionEngine/Interpreter/UserInput.cpp
tools/lli/lli.cpp