mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-23 12:40:17 +00:00
typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23574 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
41755e2c7e
commit
22f6212e9f
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user