diff options
author | Dan Gohman <gohman@apple.com> | 2007-07-30 14:51:59 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2007-07-30 14:51:59 +0000 |
commit | e379f08b193f76f2426c180ec3ccf1527fd11ec6 (patch) | |
tree | adbe93af9d951482199ef22fb8f6b344029955e8 /llvm/lib/ExecutionEngine/Interpreter | |
parent | e6656eb4ad5a5157c1bc4b908817f2aba283111e (diff) | |
download | bcm5719-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.h | 2 |
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 |