[DAGCombiner] reduce indent; NFC
authorSanjay Patel <spatel@rotateright.com>
Thu, 6 Dec 2018 20:02:47 +0000 (20:02 +0000)
committerSanjay Patel <spatel@rotateright.com>
Thu, 6 Dec 2018 20:02:47 +0000 (20:02 +0000)
commit03a3ef2a0c93291d4abefac80b5189eb55da864f
treed146f814228cba6ca74f7256c90dc251a3eb7c1c
parent52a2bac583f366570e604a155ef7c6f12e342b0e
[DAGCombiner] reduce indent; NFC

Unlike some of the folds in hoistLogicOpWithSameOpcodeHands()
above this shuffle transform, this has the expected hasOneUse()
checks in place.

llvm-svn: 348523
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp