typo
authorJim Laskey <jlaskey@mac.com>
Sat, 1 Oct 2005 00:08:23 +0000 (00:08 +0000)
committerJim Laskey <jlaskey@mac.com>
Sat, 1 Oct 2005 00:08:23 +0000 (00:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23574 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/ScheduleDAG.cpp

index 8bf2bc0846aed14ed5aec979016c252961202dae..648db029197b3febdb787ba967250c998f9d940d 100644 (file)
@@ -713,7 +713,7 @@ void SimpleSched::GatherNodeInfo() {
       SDOperand Op = Node->getOperand(N);
       // No more flags to walk
       if (Op.getValueType() != MVT::Flag) break;
-      // Add do node group
+      // Add to node group
       NodeGroup::Add(getNI(Op.Val), NI);
     }
   }