aboutsummaryrefslogtreecommitdiff
path: root/polly/unittests
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/unittests
parent89f224177014760e34ff75adbfc8bb9ea43e01b2 (diff)
downloadllvm-3a9989361898266e5279d1d91055ff63b00d041d.zip
llvm-3a9989361898266e5279d1d91055ff63b00d041d.tar.gz
llvm-3a9989361898266e5279d1d91055ff63b00d041d.tar.bz2
Adjust to clang-format changes
llvm-svn: 328005
Diffstat (limited to 'polly/unittests')
-rw-r--r--polly/unittests/Flatten/FlattenTest.cpp1
-rw-r--r--polly/unittests/Isl/IslTest.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/polly/unittests/Flatten/FlattenTest.cpp b/polly/unittests/Flatten/FlattenTest.cpp
index 0880629..e8e960d 100644
--- a/polly/unittests/Flatten/FlattenTest.cpp
+++ b/polly/unittests/Flatten/FlattenTest.cpp
@@ -66,5 +66,4 @@ TEST(Flatten, FlattenLoop) {
"{ A[i] -> [i, 0] : 0 <= i < 10; B[i] -> [i, 1] : 0 <= i < 10 }",
"{ A[i] -> [2i] : 0 <= i < 10; B[i] -> [2i + 1] : 0 <= i < 10 }"));
}
-
} // anonymous namespace
diff --git a/polly/unittests/Isl/IslTest.cpp b/polly/unittests/Isl/IslTest.cpp
index acafe35..4f44f0f 100644
--- a/polly/unittests/Isl/IslTest.cpp
+++ b/polly/unittests/Isl/IslTest.cpp
@@ -1071,5 +1071,4 @@ TEST(DeLICM, apply) {
UMAP("{ DomainRangeA[] -> NewDomainRangeA[];"
"DomainRangeB[] -> NewDomainRangeB[] }")));
}
-
} // anonymous namespace