This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1a2e7d2ddca [Dominators] Simplify templates new 40d67727c79 [Dominators] Add CFGBuilder testing utility
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: unittests/IR/CFGBuilder.cpp | 275 ++++++++++++++++++++++++++++++++++++++++++++ unittests/IR/CFGBuilder.h | 90 +++++++++++++++ unittests/IR/CMakeLists.txt | 1 + 3 files changed, 366 insertions(+) create mode 100644 unittests/IR/CFGBuilder.cpp create mode 100644 unittests/IR/CFGBuilder.h