Reword comment slightly.

llvm-svn: 121293
This commit is contained in:
Eric Christopher 2010-12-08 22:21:42 +00:00
parent ce333073af
commit 1b93e7b4ed
1 changed files with 1 additions and 1 deletions

View File

@ -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()];