* No longer initialize the module, a subclass is more suitable to do this
authorMisha Brukman <brukman+llvm@gmail.com>
Mon, 22 Sep 2003 23:44:13 +0000 (23:44 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Mon, 22 Sep 2003 23:44:13 +0000 (23:44 +0000)
commit238fb2500434f183aa88f77ebe9636b87a2cfd16
treef02a1b208acb52ac9441a1bfab21871eb00fd214
parent23219d1dcbf1553a1cdc2155610965b07d26f531
* No longer initialize the module, a subclass is more suitable to do this
  because it can add a module ID which we do not have at this time.
* Check to see if the module has been initialized when materializing it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8674 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/ModuleProvider.cpp