We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a3cb44 commit bd368b2Copy full SHA for bd368b2
src/passes/InstrumentBranchHints.cpp
@@ -433,7 +433,8 @@ struct DeInstrumentBranchHints
433
434
// Mark the log-branch import as having no side effects - we are removing it
435
// entirely here, and its effect should not stop us when we compute effects.
436
- module->getFunction(logBranchImport)->effects = std::make_shared<EffectAnalyzer>(getPassOptions(), *module);
+ module->getFunction(logBranchImport)->effects =
437
+ std::make_shared<EffectAnalyzer>(getPassOptions(), *module);
438
439
InstrumentationProcessor<DeInstrumentBranchHints>::doWalkModule(module);
440
}
0 commit comments