[llvm-commits] [llvm] r146327 - /llvm/trunk/lib/CodeGen/SelectionDAG/FastISel.cpp
Chad Rosier
mcrosier at apple.com
Sat Dec 10 11:48:51 PST 2011
Author: mcrosier
Date: Sat Dec 10 13:48:51 2011
New Revision: 146327
URL: http://llvm.org/viewvc/llvm-project?rev=146327&view=rev
Log:
Typo.
Modified:
llvm/trunk/lib/CodeGen/SelectionDAG/FastISel.cpp
Modified: llvm/trunk/lib/CodeGen/SelectionDAG/FastISel.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/SelectionDAG/FastISel.cpp?rev=146327&r1=146326&r2=146327&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/SelectionDAG/FastISel.cpp (original)
+++ llvm/trunk/lib/CodeGen/SelectionDAG/FastISel.cpp Sat Dec 10 13:48:51 2011
@@ -969,7 +969,7 @@
// 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;
More information about the llvm-commits
mailing list