[NFC][DAGCombine] unfoldMaskedMerge(): rename two variables
authorRoman Lebedev <lebedev.ri@gmail.com>
Sun, 6 May 2018 20:02:22 +0000 (20:02 +0000)
committerRoman Lebedev <lebedev.ri@gmail.com>
Sun, 6 May 2018 20:02:22 +0000 (20:02 +0000)
commitcb1af9134a19d3f0abe923917562931c29a40d77
tree203106afc4a428bfc5c6acc0b7e6ec8d4df31283
parent7cb6896732dc188121984b7554e229e6bdce9124
[NFC][DAGCombine] unfoldMaskedMerge(): rename two variables

The current names can be confused with the A and B sides
of the canonical masked merge pattern.

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