diff options
| author | Tobias Grosser <tobias@grosser.es> | 2014-05-28 04:34:58 +0000 |
|---|---|---|
| committer | Tobias Grosser <tobias@grosser.es> | 2014-05-28 04:34:58 +0000 |
| commit | 704e4dee0f0bed1ad5a23dae192b1f0571426c03 (patch) | |
| tree | d289ca6051c859902a890e005e64093e3ecc8c30 | |
| parent | 7b3dd1789c52a24b16804e1b1981adde6e5aa43e (diff) | |
| download | bcm5719-llvm-704e4dee0f0bed1ad5a23dae192b1f0571426c03.tar.gz bcm5719-llvm-704e4dee0f0bed1ad5a23dae192b1f0571426c03.zip | |
Fix formatting
llvm-svn: 209710
| -rw-r--r-- | polly/lib/Analysis/ScopDetection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/lib/Analysis/ScopDetection.cpp b/polly/lib/Analysis/ScopDetection.cpp index fc36a26216d..9d895c83a72 100644 --- a/polly/lib/Analysis/ScopDetection.cpp +++ b/polly/lib/Analysis/ScopDetection.cpp @@ -372,7 +372,7 @@ bool ScopDetection::hasAffineMemoryAccesses(DetectionContext &Context) const { SmallVector<const SCEV *, 4> Subscripts; AF->computeAccessFunctions(*SE, Subscripts, Sizes); - if(Sizes.empty() || Subscripts.empty()) + if (Sizes.empty() || Subscripts.empty()) return invalid<ReportNonAffineAccess>(Context, /*Assert=*/true, AF); // Check that the delinearized subscripts are affine. |

