OSDN Git Service

[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)
commitf3c6d22768b813ebad699c6d5dcdeeca7eb130e9
tree0ac616b435d5103b0fdd136ddfd5699f88717e84
parent154c0ad769da8ba8afe78e503596109b55fc8b8e
[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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@300854 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/DAGCombiner.cpp