diff options
| author | Tobias Grosser <grosser@fim.uni-passau.de> | 2013-06-23 01:29:29 +0000 |
|---|---|---|
| committer | Tobias Grosser <grosser@fim.uni-passau.de> | 2013-06-23 01:29:29 +0000 |
| commit | 58032cb029dcb366be868db48c89af128cce1dd4 (patch) | |
| tree | 05cd7aa16afd60eb5c0b3ec74ae82b3c274b78a1 /polly/lib/Support/SCEVValidator.cpp | |
| parent | 7be81b2b4dadd87ad169419309a8da86f51a8ab0 (diff) | |
| download | bcm5719-llvm-58032cb029dcb366be868db48c89af128cce1dd4.tar.gz bcm5719-llvm-58032cb029dcb366be868db48c89af128cce1dd4.zip | |
Integrate latest clang-format changes
llvm-svn: 184655
Diffstat (limited to 'polly/lib/Support/SCEVValidator.cpp')
| -rw-r--r-- | polly/lib/Support/SCEVValidator.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/polly/lib/Support/SCEVValidator.cpp b/polly/lib/Support/SCEVValidator.cpp index d4e081a28a7..afb41a421e1 100644 --- a/polly/lib/Support/SCEVValidator.cpp +++ b/polly/lib/Support/SCEVValidator.cpp @@ -120,8 +120,8 @@ raw_ostream &operator<<(raw_ostream &OS, class ValidatorResult &VR) { } /// Check if a SCEV is valid in a SCoP. -struct SCEVValidator : - public SCEVVisitor<SCEVValidator, class ValidatorResult> { +struct SCEVValidator + : public SCEVVisitor<SCEVValidator, class ValidatorResult> { private: const Region *R; ScalarEvolution &SE; @@ -349,8 +349,8 @@ public: /// @brief Check whether a SCEV refers to an SSA name defined inside a region. /// -struct SCEVInRegionDependences : - public SCEVVisitor<SCEVInRegionDependences, bool> { +struct SCEVInRegionDependences + : public SCEVVisitor<SCEVInRegionDependences, bool> { public: /// Returns true when the SCEV has SSA names defined in region R. |

