This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c9c72aa1f6c [lit][macOS] Add a utility function to find the platform SD [...] new 2118193ddf9 [OrderedBasicBlock] Return false for comesBefore(A, A)
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/Analysis/OrderedBasicBlock.h | 1 + lib/Analysis/OrderedBasicBlock.cpp | 2 +- unittests/Analysis/CMakeLists.txt | 5 ++- unittests/Analysis/OrderedBasicBlockTest.cpp | 58 ++++++++++++++++++++++++++++ 4 files changed, 63 insertions(+), 3 deletions(-) create mode 100644 unittests/Analysis/OrderedBasicBlockTest.cpp