[NFC][DAGCombine] Extract getFirstIndexOf() lambda back into a function
authorRoman Lebedev <lebedev.ri@gmail.com>
Mon, 14 Jun 2021 13:25:59 +0000 (16:25 +0300)
committerRoman Lebedev <lebedev.ri@gmail.com>
Mon, 14 Jun 2021 13:25:59 +0000 (16:25 +0300)
commit0f94c3c80dde666f369ef98057ac943e869c3d52
treeb7f834328317bf285b88a573e4cbbf7351676287
parent6e5628354e22f3ca40b04295bac540843b8e6482
[NFC][DAGCombine] Extract getFirstIndexOf() lambda back into a function

Not all supported compilers like such lambdas, at least one buildbot is unhappy.
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp