forked from OSchip/llvm-project
[InstCombine] fix typo; NFC
This commit is contained in:
parent
077d4cb3ab
commit
d59ae12d58
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue