[InstCombine] fix typo; NFC

This commit is contained in:
Sanjay Patel 2021-08-31 09:02:14 -04:00
parent 077d4cb3ab
commit d59ae12d58
1 changed files with 1 additions and 1 deletions

View File

@ -921,7 +921,7 @@ Instruction *InstCombinerImpl::foldAggregateConstructionIntoAggregateReuse(
"We don't store nullptr in SourceAggregate!");
assert((Describe(SourceAggregate) == AggregateDescription::Found) ==
(I.index() != 0) &&
"SourceAggregate should be valid after the the first element,");
"SourceAggregate should be valid after the first element,");
// For this element, is there a plausible source aggregate?
// FIXME: we could special-case undef element, IFF we know that in the