diff options
author | Bob Wilson <bob.wilson@apple.com> | 2009-12-17 05:07:36 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2009-12-17 05:07:36 +0000 |
commit | 266d945fff195c65e46b1226eb7ee95a632b5e58 (patch) | |
tree | 38343592b161d938543b598de1f180f5995c2869 /lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | |
parent | b24890b5205caedffc488a8df58d29dbb4f202f7 (diff) |
Fix a comment grammaro.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91584 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp')
-rw-r--r-- | lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp index 7568384173..a759d2aa63 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp @@ -4663,8 +4663,8 @@ private: /// GetRegistersForValue - Assign registers (virtual or physical) for the /// specified operand. We prefer to assign virtual registers, to allow the -/// register allocator handle the assignment process. However, if the asm uses -/// features that we can't model on machineinstrs, we have SDISel do the +/// register allocator to handle the assignment process. However, if the asm +/// uses features that we can't model on machineinstrs, we have SDISel do the /// allocation. This produces generally horrible, but correct, code. /// /// OpInfo describes the operand. |