aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/CMakeLists.txt
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2012-06-20 23:47:58 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2012-06-20 23:47:58 +0000
commit312244747c329f1d98c05afe78e3c90593e2fcb2 (patch)
treeaaef76f1988ae527f0ef04759377be1066c96c4b /lib/CodeGen/CMakeLists.txt
parentc4118452bcdae305088e151719abb2a3530caede (diff)
downloadexternal_llvm-312244747c329f1d98c05afe78e3c90593e2fcb2.zip
external_llvm-312244747c329f1d98c05afe78e3c90593e2fcb2.tar.gz
external_llvm-312244747c329f1d98c05afe78e3c90593e2fcb2.tar.bz2
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
Diffstat (limited to 'lib/CodeGen/CMakeLists.txt')
-rw-r--r--lib/CodeGen/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt
index 34947ce..de6af5a 100644
--- a/lib/CodeGen/CMakeLists.txt
+++ b/lib/CodeGen/CMakeLists.txt
@@ -80,7 +80,6 @@ add_llvm_library(LLVMCodeGen
RegisterCoalescer.cpp
RegisterPressure.cpp
RegisterScavenging.cpp
- RenderMachineFunction.cpp
ScheduleDAG.cpp
ScheduleDAGInstrs.cpp
ScheduleDAGPrinter.cpp