Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LLVM Pass - Remove assert on blocks without predecessors
This is possible in C++ code, just unreachable. Apparently the compiler did not consider the block dead and left it. #216
- Loading branch information