summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-12-08 22:21:42 +0000
committerEric Christopher <echristo@apple.com>2010-12-08 22:21:42 +0000
commit1b93e7b4ed79de5efcebd975b23bbf6e5d8adeb2 (patch)
treefd74fe927df2747c2114a0aeee7f01aa6aa19cee
parentce333073af2448921cfaa3c18f6535415591e59a (diff)
downloadbcm5719-llvm-1b93e7b4ed79de5efcebd975b23bbf6e5d8adeb2.tar.gz
bcm5719-llvm-1b93e7b4ed79de5efcebd975b23bbf6e5d8adeb2.zip
Reword comment slightly.
llvm-svn: 121293
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp2
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()];
OpenPOWER on IntegriCloud