[LegalizeIntegerTypes] Rename NewLHS/NewRHS arguments to DAGTypeLegalizer::PromoteSet...
authorCraig Topper <craig.topper@sifive.com>
Thu, 30 Dec 2021 23:27:45 +0000 (15:27 -0800)
committerCraig Topper <craig.topper@sifive.com>
Thu, 30 Dec 2021 23:31:43 +0000 (15:31 -0800)
commit7d659c6ac741f66927938d1e5c6b85deeb294882
treec14baff88705d645804e02792971bdd8f0d59ee4
parenta699b2f1c029c2f19fa5673370fdb7d68871ae03
[LegalizeIntegerTypes] Rename NewLHS/NewRHS arguments to DAGTypeLegalizer::PromoteSetCCOperands. NFC

The 'New' only makes sense in the context of these being
output arguments, but they are also used as inputs first.
Drop the 'New' and just call them LHS/RHS.

Factored out of D116421.
llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp