Skip to content

Commit c1bf668

Browse files
author
Moritz
committed
.
1 parent 66dd809 commit c1bf668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/cbs/SubCfgFormation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1448,8 +1448,8 @@ void arrayifyAllocas(llvm::BasicBlock *EntryBlock, llvm::DominatorTree &DT,
14481448
{MDWorkItemLoop, MDAllocaProblem});
14491449
(*SubCfg)->WILoopLatch->getTerminator()->setMetadata("llvm.loop", LoopId);
14501450
}
1451-
}
14521451
#endif
1452+
}
14531453
} else {
14541454
WL.push_back(Alloca);
14551455
}

0 commit comments

Comments
 (0)