Skip to content

Commit 13e1c83

Browse files
slavapestovatrick
authored andcommitted
SILCombiner: Remove bogus dump() call (#17553)
1 parent ee0538c commit 13e1c83

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/SILOptimizer/SILCombiner/SILCombinerApplyVisitors.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,6 @@ SILCombiner::propagateConcreteTypeOfInitExistential(FullApplySite Apply,
826826
auto *NewWMI = WMIBuilder.createWitnessMethod(
827827
WMI->getLoc(), CEI.ConcreteType, SelfConformance, WMI->getMember(),
828828
WMI->getType());
829-
NewWMI->dump();
830829
// Replace only uses of the witness_method in the apply that was analyzed by
831830
// ConcreteExistentialInfo.
832831
MutableArrayRef<Operand> Operands =

0 commit comments

Comments
 (0)