Use local vars to improve readability. No functional change.
authorSanjay Patel <spatel@rotateright.com>
Thu, 28 Aug 2014 15:53:16 +0000 (15:53 +0000)
committerSanjay Patel <spatel@rotateright.com>
Thu, 28 Aug 2014 15:53:16 +0000 (15:53 +0000)
commita63b6e28400aecd8ab1f8fc69bfe85f6b379142c
tree8daffc174a51793e0f2471c9fd71263865a6d221
parent4152f8d82afc3ffc7a2aee2212115f70bc3ca1fe
Use local vars to improve readability. No functional change.

Completes what was started in r216611 and r216623.
Used const refs instead of pointers; not sure if one is preferable to the other.

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