Skip to content

Commit bd368b2

Browse files
committed
fmr
1 parent 2a3cb44 commit bd368b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/passes/InstrumentBranchHints.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,8 @@ struct DeInstrumentBranchHints
433433

434434
// Mark the log-branch import as having no side effects - we are removing it
435435
// entirely here, and its effect should not stop us when we compute effects.
436-
module->getFunction(logBranchImport)->effects = std::make_shared<EffectAnalyzer>(getPassOptions(), *module);
436+
module->getFunction(logBranchImport)->effects =
437+
std::make_shared<EffectAnalyzer>(getPassOptions(), *module);
437438

438439
InstrumentationProcessor<DeInstrumentBranchHints>::doWalkModule(module);
439440
}

0 commit comments

Comments
 (0)