]> granicus.if.org Git - llvm/commit
[DAGCombiner] clean up foldAndOfSetCCs; NFCI
authorSanjay Patel <spatel@rotateright.com>
Tue, 28 Mar 2017 20:28:16 +0000 (20:28 +0000)
committerSanjay Patel <spatel@rotateright.com>
Tue, 28 Mar 2017 20:28:16 +0000 (20:28 +0000)
commit3812900a6d914ee09ea6bd83857d4daed6feb925
tree80cca36b4e23bb4b824442eb1eda50eaa43b5dd5
parent5c57c1108edaf065bc7d288d6024cad3aec3204a
[DAGCombiner] clean up foldAndOfSetCCs; NFCI

1. Fix bogus comment.
2. Early exit to reduce indent.
3. Change node pointer param to what it really is: an SDLoc.

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