[DAGCombiner] fix variable names in isAlias(); NFCI
authorSanjay Patel <spatel@rotateright.com>
Thu, 20 Apr 2017 16:36:37 +0000 (16:36 +0000)
committerSanjay Patel <spatel@rotateright.com>
Thu, 20 Apr 2017 16:36:37 +0000 (16:36 +0000)
commit2d0e88fb9b0f9d898eff0bb6e2400a7868c69239
tree5df65b4a9474409574c9d3efe5b97f35af417887
parent37283039cda37ef5cedfe66d4ea6fa9f9f6051c3
[DAGCombiner] fix variable names in isAlias(); NFCI

We started with zero-based params and switched to one-based locals...
Also, variables start with a capital and functions do not.

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