mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-10 05:41:40 +00:00
Typo.
llvm-svn: 146327
This commit is contained in:
parent
bd5c23fee4
commit
fa991ed762
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user