Fix typo.

Swift SVN r12078
This commit is contained in:
Michael Gottesman
2014-01-09 00:21:34 +00:00
parent 981c4ea37f
commit 6ee06ffc3f

View File

@@ -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:
//