Reword comment slightly.
authorEric Christopher <echristo@apple.com>
Wed, 8 Dec 2010 22:21:42 +0000 (22:21 +0000)
committerEric Christopher <echristo@apple.com>
Wed, 8 Dec 2010 22:21:42 +0000 (22:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121293 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/InstrEmitter.cpp

index 1445abed2ee27a4b41ce474baa2a9ab7e87e93cb..3ba8b3690ad67842a1b98277954a1b5afaec4ec0 100644 (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()];