Make getOperandValue and executeCastOperation methods of Interpreter.
authorBrian Gaeke <gaeke@uiuc.edu>
Fri, 5 Sep 2003 18:55:03 +0000 (18:55 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Fri, 5 Sep 2003 18:55:03 +0000 (18:55 +0000)
commit29794cba810ec249a9ede5ea77333a71579fd182
tree474fc2f6d9b723e9bddab56b1eaec8a368d65ec5
parent70975eef572b9e132bbaade16ba9edb76f15f287
Make getOperandValue and executeCastOperation methods of Interpreter.
This lets us protect a few more ExecutionEngine methods.

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