commit | 276f4b523564d205e59c8049a12c75705dd24b78 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri Jun 16 18:08:38 2006 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri Jun 16 18:08:38 2006 +0000 |
tree | 4f525a8066741feac23b93d38a7f53ee80a609dd | |
parent | 7c1fb5f08c7c1e9550b7eb2d8d32c93648a6d08e [diff] [blame] |
Simplify interpreter construction. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28826 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/ExecutionEngine/Interpreter/Interpreter.h b/lib/ExecutionEngine/Interpreter/Interpreter.h index e0669c9..1c169b5 100644 --- a/lib/ExecutionEngine/Interpreter/Interpreter.h +++ b/lib/ExecutionEngine/Interpreter/Interpreter.h
@@ -94,7 +94,7 @@ 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