[NFC][SimplifyCFG] FoldBranchToCommonDest(): unclutter Cond/CondInPred handling
authorRoman Lebedev <lebedev.ri@gmail.com>
Thu, 21 Jan 2021 17:21:55 +0000 (20:21 +0300)
committerRoman Lebedev <lebedev.ri@gmail.com>
Fri, 22 Jan 2021 14:23:11 +0000 (17:23 +0300)
commit256a0357524b6cea3c705a77ec3d3c0122ede861
tree81c43cf98d46b68523532f1fb524bbfbca546518
parentaabed3718ae25476c0f6b7e70c83ba4658f00e5c
[NFC][SimplifyCFG] FoldBranchToCommonDest(): unclutter Cond/CondInPred handling

We don't need those variables, we can just get the final value directly.
llvm/lib/Transforms/Utils/SimplifyCFG.cpp