Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove NULL check for Self() in TreeTop::join
`OMR::TreeTop::join()` checks if self() is NULL [1], which is odd because it never makes sense to call a member function on a NULL object. Such calls are undefined behaviour. Closes: #4835 Signed-off-by: Tucker <tuckermiles70@gmail.com>
- Loading branch information