summaryrefslogtreecommitdiffstats
path: root/polly/lib/IndVarSimplify.cpp
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2013-10-15 14:41:02 +0000
committerTobias Grosser <tobias@grosser.es>2013-10-15 14:41:02 +0000
commitdd6dc8276fb9365ca64a16493b61fbde24f66a2f (patch)
tree6c07abb0aeab5a35cca865f736db701570d092eb /polly/lib/IndVarSimplify.cpp
parenteb4a6e7c2882b79450b65ce4eefeb90c1cecc49a (diff)
downloadbcm5719-llvm-dd6dc8276fb9365ca64a16493b61fbde24f66a2f.tar.gz
bcm5719-llvm-dd6dc8276fb9365ca64a16493b61fbde24f66a2f.zip
clang-format: No empty line after 'public:'
llvm-svn: 192710
Diffstat (limited to 'polly/lib/IndVarSimplify.cpp')
-rw-r--r--polly/lib/IndVarSimplify.cpp1
1 files changed, 0 insertions, 1 deletions
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) {
OpenPOWER on IntegriCloud