Skip to content

Commit b18be81

Browse files
Dimus77igcbot
authored andcommitted
Changes in code.
1 parent f976d72 commit b18be81

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

visa/FlowGraph.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2346,7 +2346,6 @@ void FlowGraph::removeEmptyBlocks()
23462346
INST_LIST::iterator removedBlockInst = bb->begin();
23472347

23482348
if ((*removedBlockInst)->isLabel() == false ||
2349-
bb->getBBType() ||
23502349
strncmp((*removedBlockInst)->getLabelStr(),
23512350
"LABEL__EMPTYBB", 14) != 0)
23522351
{

0 commit comments

Comments
 (0)