Remove support for interactive (step finish next) instructions.
authorBrian Gaeke <gaeke@uiuc.edu>
Fri, 5 Sep 2003 04:46:26 +0000 (04:46 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Fri, 5 Sep 2003 04:46:26 +0000 (04:46 +0000)
commit413ab6655bfe0b1e58d0da6c3f4c3a9833e8a952
tree425b8328fdb502358c6b20cd83f71d844f4860f1
parent8df956ccf2da851d4cb2887c5e27ae1ae507e6d8
Remove support for interactive (step finish next) instructions.
Remove printCurrentInstruction, printStackFrame and infoValue
 (only used interactively) and other unused methods of Interpreter.
Fold UserInput.cpp containing only callMainFunction() into Interpreter.cpp.
Remove unused Profile flag.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8359 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/Interpreter/Execution.cpp
lib/ExecutionEngine/Interpreter/Interpreter.cpp
lib/ExecutionEngine/Interpreter/Interpreter.h
lib/ExecutionEngine/Interpreter/UserInput.cpp [deleted file]