Skip to content

Commit 56c4842

Browse files
committed
Empty commit to be able to restart CI
1 parent 09ad165 commit 56c4842

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

vpr/src/pack/cluster.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3959,12 +3959,10 @@ static void print_le_count(std::vector<int>& le_count, const t_pb_type* le_pb_ty
39593959
*/
39603960
static t_pb* get_top_level_pb(t_pb* pb) {
39613961
t_pb* top_level_pb = pb;
3962-
39633962
while (pb) {
39643963
top_level_pb = pb;
39653964
pb = pb->parent_pb;
39663965
}
3967-
39683966
VTR_ASSERT(top_level_pb != nullptr);
39693967

39703968
return top_level_pb;

0 commit comments

Comments
 (0)