Fix a comment grammaro.
authorBob Wilson <bob.wilson@apple.com>
Thu, 17 Dec 2009 05:07:36 +0000 (05:07 +0000)
committerBob Wilson <bob.wilson@apple.com>
Thu, 17 Dec 2009 05:07:36 +0000 (05:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91584 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp

index 7568384173d367ce832d004a5820a4aac42b68a7..a759d2aa63bd58a9255dcd8a65c04ee6cd550a37 100644 (file)
@@ -4663,8 +4663,8 @@ private:
 
 /// GetRegistersForValue - Assign registers (virtual or physical) for the
 /// specified operand.  We prefer to assign virtual registers, to allow the
 
 /// 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.
 /// allocation.  This produces generally horrible, but correct, code.
 ///
 ///   OpInfo describes the operand.