diff options
author | Eric Christopher <echristo@apple.com> | 2010-12-08 22:21:42 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2010-12-08 22:21:42 +0000 |
commit | 1b93e7b4ed79de5efcebd975b23bbf6e5d8adeb2 (patch) | |
tree | fd74fe927df2747c2114a0aeee7f01aa6aa19cee /llvm/lib/CodeGen | |
parent | ce333073af2448921cfaa3c18f6535415591e59a (diff) | |
download | bcm5719-llvm-1b93e7b4ed79de5efcebd975b23bbf6e5d8adeb2.tar.gz bcm5719-llvm-1b93e7b4ed79de5efcebd975b23bbf6e5d8adeb2.zip |
Reword comment slightly.
llvm-svn: 121293
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp b/llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp index 1445abed2ee..3ba8b3690ad 100644 --- a/llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp @@ -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()]; |