Initialize map for purify

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1049 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2001-10-30 20:28:46 +00:00
parent 5deea3c5c5
commit 2b2e5b360e

View File

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