diff options
| author | Chad Rosier <mcrosier@apple.com> | 2011-12-10 19:48:51 +0000 |
|---|---|---|
| committer | Chad Rosier <mcrosier@apple.com> | 2011-12-10 19:48:51 +0000 |
| commit | f70174b86931be04e9c083fe348dff7cf5af94c8 (patch) | |
| tree | 66a5e82e2d13ffa3ff2d0b618a61806d4d43b667 /llvm/lib/CodeGen/SelectionDAG/FastISel.cpp | |
| parent | b1a5e09f6fda84cd1b4af43fa4a85547bf2c2c56 (diff) | |
| download | bcm5719-llvm-f70174b86931be04e9c083fe348dff7cf5af94c8.tar.gz bcm5719-llvm-f70174b86931be04e9c083fe348dff7cf5af94c8.zip | |
Typo.
llvm-svn: 146327
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/FastISel.cpp')
| -rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/FastISel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp b/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp index 7987180c289..ca1b42de41a 100644 --- a/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp +++ b/llvm/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; |

