summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2009-12-17 05:07:36 +0000
committerBob Wilson <bob.wilson@apple.com>2009-12-17 05:07:36 +0000
commit1c00b6964fdbf11f8b5db6a9c4aa3fd18a1fb651 (patch)
tree1dc754a4942b7fd5fb0836a54a276957d8200883 /llvm/lib
parente5a94105ebd261654a7d33c08cb714c36080a9bb (diff)
downloadbcm5719-llvm-1c00b6964fdbf11f8b5db6a9c4aa3fd18a1fb651.tar.gz
bcm5719-llvm-1c00b6964fdbf11f8b5db6a9c4aa3fd18a1fb651.zip
Fix a comment grammaro.
llvm-svn: 91584
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
index 7568384173d..a759d2aa63b 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
+++ b/llvm/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.
OpenPOWER on IntegriCloud