Rename AbstractModuleProvider -> ModuleProvider, to match the header file name,
authorChris Lattner <sabre@nondot.org>
Sat, 4 Oct 2003 20:14:59 +0000 (20:14 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 4 Oct 2003 20:14:59 +0000 (20:14 +0000)
commit00413e3d63c99ceed5d162ef650ad74c0db4e5d8
tree8874b00022ef7e0fc372c2974da5548eed3bd641
parent9e460f23bb00c8b107ea6ef3a932a33e115d3dce
Rename AbstractModuleProvider -> ModuleProvider, to match the header file name,
and because, while the class used by the interface is abstract, the actual
concept is not.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8850 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Bytecode/Reader.h
include/llvm/ModuleProvider.h
lib/Bytecode/Reader/ReaderInternals.h
lib/Bytecode/Reader/ReaderWrappers.cpp
lib/VMCore/ModuleProvider.cpp