mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-29 13:32:33 +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);
|
SDOperand Op = Node->getOperand(N);
|
||||||
// No more flags to walk
|
// No more flags to walk
|
||||||
if (Op.getValueType() != MVT::Flag) break;
|
if (Op.getValueType() != MVT::Flag) break;
|
||||||
// Add do node group
|
// Add to node group
|
||||||
NodeGroup::Add(getNI(Op.Val), NI);
|
NodeGroup::Add(getNI(Op.Val), NI);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user