summaryrefslogtreecommitdiffstats
path: root/polly/lib/Transform/DeadCodeElimination.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'polly/lib/Transform/DeadCodeElimination.cpp')
-rw-r--r--polly/lib/Transform/DeadCodeElimination.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/polly/lib/Transform/DeadCodeElimination.cpp b/polly/lib/Transform/DeadCodeElimination.cpp
index 5bf5c0fb146..b52d1597739 100644
--- a/polly/lib/Transform/DeadCodeElimination.cpp
+++ b/polly/lib/Transform/DeadCodeElimination.cpp
@@ -59,14 +59,14 @@ public:
static char ID;
explicit DeadCodeElim() : ScopPass(ID) {}
- /// @brief Remove dead iterations from the schedule of @p S.
+ /// Remove dead iterations from the schedule of @p S.
bool runOnScop(Scop &S) override;
- /// @brief Register all analyses and transformation required.
+ /// Register all analyses and transformation required.
void getAnalysisUsage(AnalysisUsage &AU) const override;
private:
- /// @brief Return the set of live iterations.
+ /// Return the set of live iterations.
///
/// The set of live iterations are all iterations that write to memory and for
/// which we can not prove that there will be a later write that _must_
OpenPOWER on IntegriCloud