Typo.
authorChad Rosier <mcrosier@apple.com>
Sat, 10 Dec 2011 19:48:51 +0000 (19:48 +0000)
committerChad Rosier <mcrosier@apple.com>
Sat, 10 Dec 2011 19:48:51 +0000 (19:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146327 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/FastISel.cpp

index 7987180c289c6f527c48d123a24fc8c217ceb9e4..ca1b42de41ac403fe4005431a34a3682d3884bc0 100644 (file)
@@ -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;