This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 20c17e173fa [WebAssembly] Convert remaining tests from elf to wasm outp [...] new 6e76b4eeb53 Revert "[Dominators] Add the DomTreeUpdater class"
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/IR/DomTreeUpdater.h | 242 ------------- include/llvm/module.modulemap | 2 - lib/IR/CMakeLists.txt | 1 - lib/IR/DomTreeUpdater.cpp | 511 -------------------------- unittests/IR/CMakeLists.txt | 1 - unittests/IR/DomTreeUpdaterTest.cpp | 693 ------------------------------------ 6 files changed, 1450 deletions(-) delete mode 100644 include/llvm/IR/DomTreeUpdater.h delete mode 100644 lib/IR/DomTreeUpdater.cpp delete mode 100644 unittests/IR/DomTreeUpdaterTest.cpp