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 | bece04845e6746fd162bc36e79a6cfd095165c23 (patch) | |
tree | 65a28793f4a602d4250923baeca0a6462bb23fdf /lib/CodeGen | |
parent | 35f4cf0474fd7346a34e5d2ccd73681832ce0cc5 (diff) |
Reword comment slightly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121293 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r-- | lib/CodeGen/SelectionDAG/InstrEmitter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/InstrEmitter.cpp b/lib/CodeGen/SelectionDAG/InstrEmitter.cpp index 1445abed2e..3ba8b3690a 100644 --- a/lib/CodeGen/SelectionDAG/InstrEmitter.cpp +++ b/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()]; |