Drop support for dematerializing.
authorRafael Espindola <rafael.espindola@gmail.com>
Fri, 18 Dec 2015 19:57:26 +0000 (19:57 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Fri, 18 Dec 2015 19:57:26 +0000 (19:57 +0000)
commitf11617b0abb665433a65f40882ceaefda7bd8322
treeea90aa17a67a2efc031258e86f556dadeb4f4112
parent11fd7a22694465be63bb09a2f79d2b039df18d2a
Drop support for dematerializing.

It was only used on lib/Linker and the use was "dead" since it was used on a
function the IRMover had just moved.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256019 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/GVMaterializer.h
include/llvm/IR/GlobalValue.h
include/llvm/IR/Module.h
lib/Bitcode/Reader/BitcodeReader.cpp
lib/IR/Globals.cpp
lib/IR/Module.cpp
lib/Linker/IRMover.cpp
unittests/Bitcode/BitReaderTest.cpp