summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpolly/include/polly/MayAliasSet.h1
-rwxr-xr-xpolly/include/polly/ScopInfo.h2
-rw-r--r--polly/lib/Analysis/ScopInfo.cpp1
-rw-r--r--polly/lib/CodeGen/CodeGeneration.cpp1
-rw-r--r--polly/lib/IndVarSimplify.cpp1
-rw-r--r--polly/lib/Support/SCEVValidator.cpp1
6 files changed, 0 insertions, 7 deletions
diff --git a/polly/include/polly/MayAliasSet.h b/polly/include/polly/MayAliasSet.h
index f35bf4ab096..f297d88b71d 100755
--- a/polly/include/polly/MayAliasSet.h
+++ b/polly/include/polly/MayAliasSet.h
@@ -83,7 +83,6 @@ class MayAliasSet {
friend class MayAliasSetInfo;
public:
-
/// @name Must Alias Pointer Iterators
///
/// These iterators iterate over all must alias pointers in the set.
diff --git a/polly/include/polly/ScopInfo.h b/polly/include/polly/ScopInfo.h
index 6e86818596b..e0a1565b829 100755
--- a/polly/include/polly/ScopInfo.h
+++ b/polly/include/polly/ScopInfo.h
@@ -304,7 +304,6 @@ class ScopStmt {
friend class Scop;
public:
-
~ScopStmt();
/// @brief Get an isl_ctx pointer.
isl_ctx *getIslCtx() const;
@@ -481,7 +480,6 @@ class Scop {
friend class ScopInfo;
public:
-
~Scop();
ScalarEvolution *getSE() const;
diff --git a/polly/lib/Analysis/ScopInfo.cpp b/polly/lib/Analysis/ScopInfo.cpp
index 7bca642556f..672135cb494 100644
--- a/polly/lib/Analysis/ScopInfo.cpp
+++ b/polly/lib/Analysis/ScopInfo.cpp
@@ -57,7 +57,6 @@ STATISTIC(RichScopFound, "Number of Scops containing a loop");
/// Translate a 'const SCEV *' expression in an isl_pw_aff.
struct SCEVAffinator : public SCEVVisitor<SCEVAffinator, isl_pw_aff *> {
public:
-
/// @brief Translate a 'const SCEV *' to an isl_pw_aff.
///
/// @param Stmt The location at which the scalar evolution expression
diff --git a/polly/lib/CodeGen/CodeGeneration.cpp b/polly/lib/CodeGen/CodeGeneration.cpp
index 77c50a4b598..e398caf7262 100644
--- a/polly/lib/CodeGen/CodeGeneration.cpp
+++ b/polly/lib/CodeGen/CodeGeneration.cpp
@@ -91,7 +91,6 @@ class ClastExpCodeGen {
Value *codegen(const clast_reduction *r, Type *Ty);
public:
-
// A generator for clast expressions.
//
// @param B The IRBuilder that defines where the code to calculate the
diff --git a/polly/lib/IndVarSimplify.cpp b/polly/lib/IndVarSimplify.cpp
index 9869f7aa933..0394f7bf9d6 100644
--- a/polly/lib/IndVarSimplify.cpp
+++ b/polly/lib/IndVarSimplify.cpp
@@ -75,7 +75,6 @@ class PollyIndVarSimplify : public LoopPass {
bool Changed;
public:
-
static char ID; // Pass identification, replacement for typeid
PollyIndVarSimplify()
: LoopPass(ID), IU(0), LI(0), SE(0), DT(0), TD(0), Changed(false) {
diff --git a/polly/lib/Support/SCEVValidator.cpp b/polly/lib/Support/SCEVValidator.cpp
index 0c719563845..19ca7d492e2 100644
--- a/polly/lib/Support/SCEVValidator.cpp
+++ b/polly/lib/Support/SCEVValidator.cpp
@@ -367,7 +367,6 @@ public:
struct SCEVInRegionDependences
: public SCEVVisitor<SCEVInRegionDependences, bool> {
public:
-
/// Returns true when the SCEV has SSA names defined in region R.
static bool hasDependences(const SCEV *S, const Region *R) {
SCEVInRegionDependences Ignore(R);
OpenPOWER on IntegriCloud