diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2012-06-20 23:47:58 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2012-06-20 23:47:58 +0000 |
commit | 1911a0203d171e3d164c17de6ed3f5f6c61441ed (patch) | |
tree | 3582e4aabc7847c69d5b84bc8f708ca0db22fa9e /llvm/lib/CodeGen/CodeGen.cpp | |
parent | 886dfb8cfa01d963803f872d9d756fcc11f650fb (diff) | |
download | bcm5719-llvm-1911a0203d171e3d164c17de6ed3f5f6c61441ed.tar.gz bcm5719-llvm-1911a0203d171e3d164c17de6ed3f5f6c61441ed.zip |
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.
llvm-svn: 158876
Diffstat (limited to 'llvm/lib/CodeGen/CodeGen.cpp')
-rw-r--r-- | llvm/lib/CodeGen/CodeGen.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/CodeGen.cpp b/llvm/lib/CodeGen/CodeGen.cpp index 2c7a427f394..7b015d850d3 100644 --- a/llvm/lib/CodeGen/CodeGen.cpp +++ b/llvm/lib/CodeGen/CodeGen.cpp @@ -53,7 +53,6 @@ void llvm::initializeCodeGen(PassRegistry &Registry) { initializeProcessImplicitDefsPass(Registry); initializePEIPass(Registry); initializeRegisterCoalescerPass(Registry); - initializeRenderMachineFunctionPass(Registry); initializeSlotIndexesPass(Registry); initializeStackProtectorPass(Registry); initializeStackSlotColoringPass(Registry); |