[Layering] Move GVMaterializer.h into the IR library where its
authorChandler Carruth <chandlerc@gmail.com>
Thu, 6 Mar 2014 03:50:29 +0000 (03:50 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 6 Mar 2014 03:50:29 +0000 (03:50 +0000)
commitca7680b9987f329ecd9a5022f61b7b88272f8879
tree4d959e42737bb359c421e74166266e84d558ba9a
parent56a267380cc956b581b6c8b695b5a033ccb29970
[Layering] Move GVMaterializer.h into the IR library where its
implementation already lived.

After this commit, the only IR-library headers in include/llvm/* are
ones related to the legacy pass infrastructure that I'm planning to
leave there until the new one is farther along.

The only other headers at the top level are linking and initialization
aids that aren't really libraries but just headers.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203069 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/GVMaterializer.h [deleted file]
include/llvm/IR/GVMaterializer.h [new file with mode: 0644]
lib/Bitcode/Reader/BitcodeReader.h
lib/IR/GVMaterializer.cpp
lib/IR/Module.cpp