commit | 22f6212e9f1551c93a76f2ad8ea0e9688a3e3775 | [log] [tgz] |
---|---|---|
author | Jim Laskey <jlaskey@mac.com> | Sat Oct 01 00:08:23 2005 +0000 |
committer | Jim Laskey <jlaskey@mac.com> | Sat Oct 01 00:08:23 2005 +0000 |
tree | 999a56a9faefa6fafd0c7433e994ec18fca60e02 | |
parent | 41755e2c7e112f96a448e71521685318fe42f37e [diff] [blame] |
typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23574 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp b/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp index 8bf2bc0..648db02 100644 --- a/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp +++ b/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp
@@ -713,7 +713,7 @@ 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); } }