summaryrefslogtreecommitdiffstats
path: root/polly/lib/CodeGen
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2018-03-20 17:16:32 +0000
committerTobias Grosser <tobias@grosser.es>2018-03-20 17:16:32 +0000
commit3a9989361898266e5279d1d91055ff63b00d041d (patch)
tree7534efaf7c2a92182499d3b9b1588fd631ca71f6 /polly/lib/CodeGen
parent89f224177014760e34ff75adbfc8bb9ea43e01b2 (diff)
downloadbcm5719-llvm-3a9989361898266e5279d1d91055ff63b00d041d.tar.gz
bcm5719-llvm-3a9989361898266e5279d1d91055ff63b00d041d.zip
Adjust to clang-format changes
llvm-svn: 328005
Diffstat (limited to 'polly/lib/CodeGen')
-rw-r--r--polly/lib/CodeGen/CodeGeneration.cpp2
-rw-r--r--polly/lib/CodeGen/IslAst.cpp1
-rw-r--r--polly/lib/CodeGen/ManagedMemoryRewrite.cpp1
3 files changed, 0 insertions, 4 deletions
diff --git a/polly/lib/CodeGen/CodeGeneration.cpp b/polly/lib/CodeGen/CodeGeneration.cpp
index 41a3b2fcf6a..d7e6c4361ab 100644
--- a/polly/lib/CodeGen/CodeGeneration.cpp
+++ b/polly/lib/CodeGen/CodeGeneration.cpp
@@ -94,7 +94,6 @@ void markBlockUnreachable(BasicBlock &Block, PollyIRBuilder &Builder) {
Builder.CreateUnreachable();
OrigTerminator->eraseFromParent();
}
-
} // namespace polly
static void verifyGeneratedFunction(Scop &S, Function &F, IslAstInfo &AI) {
@@ -369,7 +368,6 @@ public:
// region tree.
}
};
-
} // namespace
PreservedAnalyses CodeGenerationPass::run(Scop &S, ScopAnalysisManager &SAM,
diff --git a/polly/lib/CodeGen/IslAst.cpp b/polly/lib/CodeGen/IslAst.cpp
index 442411bf70e..23767cfc689 100644
--- a/polly/lib/CodeGen/IslAst.cpp
+++ b/polly/lib/CodeGen/IslAst.cpp
@@ -122,7 +122,6 @@ struct AstBuildUserInfo {
/// The last iterator id created for the current SCoP.
isl_id *LastForNodeId = nullptr;
};
-
} // namespace polly
/// Free an IslAstUserPayload object pointed to by @p Ptr.
diff --git a/polly/lib/CodeGen/ManagedMemoryRewrite.cpp b/polly/lib/CodeGen/ManagedMemoryRewrite.cpp
index 2ebe9e00a61..a8240140809 100644
--- a/polly/lib/CodeGen/ManagedMemoryRewrite.cpp
+++ b/polly/lib/CodeGen/ManagedMemoryRewrite.cpp
@@ -413,7 +413,6 @@ public:
return true;
}
};
-
} // namespace
char ManagedMemoryRewritePass::ID = 42;
OpenPOWER on IntegriCloud