This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2a4cea2 Add missing dependency. new dc150d0 Add to llvm-objdump the -no-leading-headers option with the u [...] new 649bcb9 [StructurizeCFG] Fix infinite loop in rebuildSSA.
The 2 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: lib/Transforms/Scalar/StructurizeCFG.cpp | 5 ++- .../StructurizeCFG/rebuild-ssa-infinite-loop.ll | 51 ++++++++++++++++++++++ test/tools/llvm-objdump/X86/macho-dylib.test | 4 ++ tools/llvm-objdump/MachODump.cpp | 17 +++++--- 4 files changed, 70 insertions(+), 7 deletions(-) create mode 100644 test/Transforms/StructurizeCFG/rebuild-ssa-infinite-loop.ll