Initialize map for purify

llvm-svn: 1049
This commit is contained in:
Chris Lattner 2001-10-30 20:28:46 +00:00
parent 8bd5c77731
commit 3f741a560a
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ Interpreter::Interpreter() : ExitCode(0), Profile(ProfileMode),
// Initialize the "backend"
initializeExecutionEngine();
initializeExternalMethods();
}
//===----------------------------------------------------------------------===//