[PATCH] D32446: [SimplifyCFG] Use getSingleSuccessor() to simplify some code

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 24 11:32:58 PDT 2017


craig.topper added a comment.

It was just cleanup. I was looking at the code and noticed that it was using getSinglePredecessor, but was taking a longer way to get the single successor.


https://reviews.llvm.org/D32446





More information about the llvm-commits mailing list