[PATCH] D13726: A doccomment for CombineTo, and some NFC refactorings

James Molloy via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 14 07:12:11 PDT 2015


jmolloy added a subscriber: jmolloy.

================
Comment at: lib/CodeGen/SelectionDAG/DAGCombiner.cpp:159
@@ -158,2 +158,3 @@
 
+    /// Replaces all uses of the results of one DAG node with new values.
     SDValue CombineTo(SDNode *N, const SDValue *To, unsigned NumTo,
----------------
Why doccomment this one but not any of the others?


http://reviews.llvm.org/D13726





More information about the llvm-commits mailing list