[Polly] Run polly-update-format. NFC.

Thanks to Leonard Chan for reporting.
This commit is contained in:
Michael Kruse 2021-05-14 16:22:38 -05:00
parent e475d4d69f
commit fb01b1461a
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ struct RewriteByrefParamsPass : llvm::PassInfoMixin<RewriteByrefParamsPass> {
RewriteByrefParamsPass() {}
llvm::PreservedAnalyses run(llvm::Function &F,
llvm::FunctionAnalysisManager &FAM);
llvm::FunctionAnalysisManager &FAM);
};
} // namespace polly