Skip to content

Commit f55137f

Browse files
Update lib/PhasarLLVM/Passes/ExampleModulePass.cpp
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 857ce0b commit f55137f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/PhasarLLVM/Passes/ExampleModulePass.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ llvm::AnalysisKey ExampleModulePass::Key; // NOLINT
2323
ExampleModulePass::ExampleModulePass() = default;
2424

2525
llvm::PreservedAnalyses
26-
ExampleModulePass::run(llvm::Module &/*M*/, llvm::ModuleAnalysisManager &/*MAM*/) {
26+
ExampleModulePass::run(llvm::Module & /*M*/,
27+
llvm::ModuleAnalysisManager & /*MAM*/) {
2728
cout << "ExampleModulePass::run()\n";
2829
return llvm::PreservedAnalyses::all();
2930
}

0 commit comments

Comments
 (0)