diff options
author | Tobias Grosser <tobias@grosser.es> | 2013-10-15 14:41:02 +0000 |
---|---|---|
committer | Tobias Grosser <tobias@grosser.es> | 2013-10-15 14:41:02 +0000 |
commit | dd6dc8276fb9365ca64a16493b61fbde24f66a2f (patch) | |
tree | 6c07abb0aeab5a35cca865f736db701570d092eb /polly/lib/IndVarSimplify.cpp | |
parent | eb4a6e7c2882b79450b65ce4eefeb90c1cecc49a (diff) | |
download | bcm5719-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.cpp | 1 |
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) { |