1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-svn: 23574
This commit is contained in:
Jim Laskey 2005-10-01 00:08:23 +00:00
parent 809ab88d91
commit 532fc48d3d

View 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);
}
}