summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/Interpreter
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2007-07-30 14:51:59 +0000
committerDan Gohman <gohman@apple.com>2007-07-30 14:51:59 +0000
commite379f08b193f76f2426c180ec3ccf1527fd11ec6 (patch)
treeadbe93af9d951482199ef22fb8f6b344029955e8 /llvm/lib/ExecutionEngine/Interpreter
parente6656eb4ad5a5157c1bc4b908817f2aba283111e (diff)
downloadbcm5719-llvm-e379f08b193f76f2426c180ec3ccf1527fd11ec6.tar.gz
bcm5719-llvm-e379f08b193f76f2426c180ec3ccf1527fd11ec6.zip
More explicit keywords.
llvm-svn: 40589
Diffstat (limited to 'llvm/lib/ExecutionEngine/Interpreter')
-rw-r--r--llvm/lib/ExecutionEngine/Interpreter/Interpreter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h b/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h
index 323885002ce..9ad837c31b4 100644
--- a/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h
+++ b/llvm/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
OpenPOWER on IntegriCloud