aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/Interpreter/Interpreter.h
diff options
context:
space:
mode:
authorDan Gohman <djg@cray.com>2007-07-30 14:51:59 +0000
committerDan Gohman <djg@cray.com>2007-07-30 14:51:59 +0000
commit2914661badf625cb7253896dca2789ee54a58859 (patch)
treed35b209d288a2be926957ab9b62855d94fbf8500 /lib/ExecutionEngine/Interpreter/Interpreter.h
parentc77170e0bad9faaf02ebdc9e3cccce13d3b3352e (diff)
downloadexternal_llvm-2914661badf625cb7253896dca2789ee54a58859.zip
external_llvm-2914661badf625cb7253896dca2789ee54a58859.tar.gz
external_llvm-2914661badf625cb7253896dca2789ee54a58859.tar.bz2
More explicit keywords.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40589 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/ExecutionEngine/Interpreter/Interpreter.h')
-rw-r--r--lib/ExecutionEngine/Interpreter/Interpreter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExecutionEngine/Interpreter/Interpreter.h b/lib/ExecutionEngine/Interpreter/Interpreter.h
index 3238850..9ad837c 100644
--- a/lib/ExecutionEngine/Interpreter/Interpreter.h
+++ b/lib/ExecutionEngine/Interpreter/Interpreter.h
@@ -94,7 +94,7 @@ class Interpreter : public ExecutionEngine, public InstVisitor<Interpreter> {
std::vector<Function*> AtExitHandlers;
public:
- Interpreter(Module *M);
+ explicit Interpreter(Module *M);
~Interpreter();
/// runAtExitHandlers - Run any functions registered by the program's calls to