From 40653c8bb92c358137045e5610a713a9e00f6c14 Mon Sep 17 00:00:00 2001 From: Michael Kruse Date: Wed, 24 Mar 2021 08:39:00 -0500 Subject: [PATCH] [Polly][DCE] clang-format DeadCodeElimination.h. NFC. The targets polly-update-format and check-polly-format process new files only after running cmake again. This is why it was missed in the last commit. --- polly/include/polly/DeadCodeElimination.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/polly/include/polly/DeadCodeElimination.h b/polly/include/polly/DeadCodeElimination.h index 6d71bcf..044bc2a 100644 --- a/polly/include/polly/DeadCodeElimination.h +++ b/polly/include/polly/DeadCodeElimination.h @@ -10,7 +10,6 @@ // //===----------------------------------------------------------------------===// - #ifndef POLLY_DEADCODEELIMINATION_H #define POLLY_DEADCODEELIMINATION_H @@ -28,10 +27,10 @@ llvm::Pass *createDeadCodeElimWrapperPass(); struct DeadCodeElimPass : llvm::PassInfoMixin { DeadCodeElimPass() {} - llvm::PreservedAnalyses run(Scop &S, ScopAnalysisManager &SAM, ScopStandardAnalysisResults &SAR, SPMUpdater &U); + llvm::PreservedAnalyses run(Scop &S, ScopAnalysisManager &SAM, + ScopStandardAnalysisResults &SAR, SPMUpdater &U); }; - } // namespace polly namespace llvm { -- 2.7.4