[DAG] SelectionDAG::getNode() - consistently use N1 for first operand. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Mon, 17 Jul 2023 16:16:47 +0000 (17:16 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Mon, 17 Jul 2023 16:17:40 +0000 (17:17 +0100)
commit4f95821f582efd52a73901e38453d9f217955f58
tree42774381c638485ed397a6d2893627cace3c69c8
parent9f808f6e2fb850dc69f30e8423b644294319d176
[DAG] SelectionDAG::getNode() - consistently use N1 for first operand. NFCI.

This has been annoying me for years - rename Operand to N1 so it matches all the other getNode() calls, and simplifies my debug watch windows!
llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp