File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -602,8 +602,6 @@ class ValueNumStore
602
602
template <typename TArgVisitor>
603
603
VNVisitResult VNVisitReachingVNs (ValueNum vn, TArgVisitor argVisitor)
604
604
{
605
- JITDUMP (" Starting VNVisitReachingVNs for " FMT_VN " \n " , vn);
606
-
607
605
ArrayStack<ValueNum> toVisit (m_alloc);
608
606
toVisit.Push (vn);
609
607
@@ -625,10 +623,6 @@ class ValueNumStore
625
623
{
626
624
toVisit.Push (childVN);
627
625
}
628
- else
629
- {
630
- JITDUMP (" Skipping already visited VN (cycle?) " FMT_VN " \n " , childVN);
631
- }
632
626
}
633
627
}
634
628
else
@@ -640,8 +634,6 @@ class ValueNumStore
640
634
}
641
635
}
642
636
}
643
-
644
- JITDUMP (" Completed VNVisitReachingVNs successfully for " FMT_VN " \n " , vn);
645
637
return VNVisitResult::Completed;
646
638
}
647
639
You can’t perform that action at this time.
0 commit comments