mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Fix typo.
Swift SVN r12078
This commit is contained in:
@@ -478,7 +478,7 @@ SILInstruction *SILCombiner::visitTupleExtractInst(TupleExtractInst *TEI) {
|
||||
LoadInst *LI;
|
||||
if (match(TEI->getOperand(), m_LoadInst(LI))) {
|
||||
// Move our insertion point to the load so we insert the new
|
||||
// struct_element_addr and load there.
|
||||
// tuple_element_addr and load there.
|
||||
//
|
||||
// This is to ensure that in a situation like the following:
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user