Skip to content

Commit 198f3b1

Browse files
committed
Revert "[Dominators] Add the DomTreeUpdater class"
Temporary revert because of a failing test on some buildbots. This reverts commit r336114. llvm-svn: 336117
1 parent 7fecdef commit 198f3b1

File tree

6 files changed

+0
-1450
lines changed

6 files changed

+0
-1450
lines changed

llvm/include/llvm/IR/DomTreeUpdater.h

Lines changed: 0 additions & 242 deletions
This file was deleted.

llvm/include/llvm/module.modulemap

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,6 @@ module LLVM_intrinsic_gen {
196196
module IR_CFG { header "IR/CFG.h" export * }
197197
module IR_ConstantRange { header "IR/ConstantRange.h" export * }
198198
module IR_Dominators { header "IR/Dominators.h" export * }
199-
module Analysis_PostDominators { header "Analysis/PostDominators.h" export * }
200-
module IR_DomTreeUpdater { header "IR/DomTreeUpdater.h" export * }
201199
module IR_IRBuilder { header "IR/IRBuilder.h" export * }
202200
module IR_PassManager { header "IR/PassManager.h" export * }
203201
module IR_PredIteratorCache { header "IR/PredIteratorCache.h" export * }

llvm/lib/IR/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ add_llvm_library(LLVMCore
2121
DiagnosticInfo.cpp
2222
DiagnosticPrinter.cpp
2323
Dominators.cpp
24-
DomTreeUpdater.cpp
2524
Function.cpp
2625
GVMaterializer.cpp
2726
Globals.cpp

0 commit comments

Comments
 (0)