mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-13 15:37:24 +00:00
Reword comment slightly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121293 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
35f4cf0474
commit
bece04845e
@ -721,7 +721,7 @@ EmitMachineNode(SDNode *Node, bool IsClone, bool IsCloned,
|
||||
// hook knows where in the block to insert the replacement code.
|
||||
MBB->insert(InsertPos, MI);
|
||||
|
||||
// Additional results must be an physical register def.
|
||||
// Additional results must be physical register defs.
|
||||
if (HasPhysRegOuts) {
|
||||
for (unsigned i = II.getNumDefs(); i < NumResults; ++i) {
|
||||
unsigned Reg = II.getImplicitDefs()[i - II.getNumDefs()];
|
||||
|
Loading…
x
Reference in New Issue
Block a user