summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2011-12-10 19:48:51 +0000
committerChad Rosier <mcrosier@apple.com>2011-12-10 19:48:51 +0000
commitb435aa2c1de2ff28e51b1ce881e9f10f8b51d8e3 (patch)
tree5b903063ed2b7197b922662c786564a7f7e0e48d
parent4fd061e4d95dcfc67e933c9f0b0e0e8450f849ab (diff)
downloadllvm-b435aa2c1de2ff28e51b1ce881e9f10f8b51d8e3.tar.gz
llvm-b435aa2c1de2ff28e51b1ce881e9f10f8b51d8e3.tar.bz2
llvm-b435aa2c1de2ff28e51b1ce881e9f10f8b51d8e3.tar.xz
Typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146327 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/CodeGen/SelectionDAG/FastISel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/FastISel.cpp b/lib/CodeGen/SelectionDAG/FastISel.cpp
index 7987180c28..ca1b42de41 100644
--- a/lib/CodeGen/SelectionDAG/FastISel.cpp
+++ b/lib/CodeGen/SelectionDAG/FastISel.cpp
@@ -969,7 +969,7 @@ FastISel::SelectInsertValue(const User *U) {
// a new set of virtual registers, which results in a large number of
// loads/stores from/to the stack that copies the aggregate all over the place
// and results in lots of spill code. I believe this is necessary to preserve
- // SSA form, but maybe there's something we coul do to improve this.
+ // SSA form, but maybe there's something we could do to improve this.
// Get the Aggregate base register.
unsigned AggBaseReg;