aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-06-16 18:08:38 +0000
committerChris Lattner <sabre@nondot.org>2006-06-16 18:08:38 +0000
commit91f228b2913c91ae83e1dcf052d784adc2c29546 (patch)
tree522a7c8705c079c6ee66ce2e291772efe3da50b5 /llvm/lib/ExecutionEngine/Interpreter/Interpreter.h
parent16682fff2b7d8c5b12499dbbe7f1d617fb62fdbe (diff)
downloadllvm-91f228b2913c91ae83e1dcf052d784adc2c29546.zip
llvm-91f228b2913c91ae83e1dcf052d784adc2c29546.tar.gz
llvm-91f228b2913c91ae83e1dcf052d784adc2c29546.tar.bz2
Simplify interpreter construction.
llvm-svn: 28826
Diffstat (limited to 'llvm/lib/ExecutionEngine/Interpreter/Interpreter.h')
-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 e0669c9..1c169b5 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, bool isLittleEndian, bool isLongPointer);
+ Interpreter(Module *M);
~Interpreter();
/// runAtExitHandlers - Run any functions registered by the program's calls to