summaryrefslogtreecommitdiffstats
path: root/polly/lib
diff options
context:
space:
mode:
Diffstat (limited to 'polly/lib')
-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
4 files changed, 0 insertions, 4 deletions
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