Remove the RenderMachineFunction HTML output pass.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Wed, 20 Jun 2012 23:47:58 +0000 (23:47 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Wed, 20 Jun 2012 23:47:58 +0000 (23:47 +0000)
commit312244747c329f1d98c05afe78e3c90593e2fcb2
treeaaef76f1988ae527f0ef04759377be1066c96c4b
parentc4118452bcdae305088e151719abb2a3530caede
Remove the RenderMachineFunction HTML output pass.

I don't think anyone has been using this functionality for a while, and
it is getting in the way of refactoring now.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158876 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/InitializePasses.h
lib/CodeGen/CMakeLists.txt
lib/CodeGen/CodeGen.cpp
lib/CodeGen/RegAllocBasic.cpp
lib/CodeGen/RegAllocPBQP.cpp
lib/CodeGen/RenderMachineFunction.cpp [deleted file]
lib/CodeGen/RenderMachineFunction.h [deleted file]