[llvm] r265054 - fix typo; NFC

Sanjay Patel via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 31 14:00:48 PDT 2016


Author: spatel
Date: Thu Mar 31 16:00:48 2016
New Revision: 265054

URL: http://llvm.org/viewvc/llvm-project?rev=265054&view=rev
Log:
fix typo; NFC

Modified:
    llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp

Modified: llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp?rev=265054&r1=265053&r2=265054&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp (original)
+++ llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp Thu Mar 31 16:00:48 2016
@@ -1259,8 +1259,7 @@ void DAGCombiner::Run(CombineLevel AtLev
   // changes of the root.
   HandleSDNode Dummy(DAG.getRoot());
 
-  // while the worklist isn't empty, find a node and
-  // try and combine it.
+  // While the worklist isn't empty, find a node and try to combine it.
   while (!WorklistMap.empty()) {
     SDNode *N;
     // The Worklist holds the SDNodes in order, but it may contain null entries.




More information about the llvm-commits mailing list