Skip to content

Commit b9d0e31

Browse files
author
joaosaffran
committed
removing aditional passes
1 parent 8ac48fe commit b9d0e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/SPIRV/SPIRVStructurizer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1248,7 +1248,7 @@ FunctionPass *llvm::createSPIRVStructurizerPass() {
12481248

12491249
PreservedAnalyses SPIRVStructurizerWrapper::run(Function &F,
12501250
FunctionAnalysisManager &AF) {
1251-
// TODO: Review this after migrating SPIRV passes to "modern" pass manager.
1251+
12521252
auto FPM = legacy::FunctionPassManager(F.getParent());
12531253
FPM.add(createLoopSimplifyPass());
12541254
FPM.add(new DominatorTreeWrapperPass());

0 commit comments

Comments
 (0)