summaryrefslogtreecommitdiffstats
path: root/clang/test/OpenMP/teams_reduction_messages.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/OpenMP/teams_reduction_messages.cpp')
-rw-r--r--clang/test/OpenMP/teams_reduction_messages.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/test/OpenMP/teams_reduction_messages.cpp b/clang/test/OpenMP/teams_reduction_messages.cpp
index d1be4b15ba3..c9790e3b6a7 100644
--- a/clang/test/OpenMP/teams_reduction_messages.cpp
+++ b/clang/test/OpenMP/teams_reduction_messages.cpp
@@ -175,7 +175,6 @@ T tmain(T argc) {
#pragma omp teams
#pragma omp parallel for private(fl)
for (int i = 0; i < 10; ++i)
- {}
#pragma omp target
#pragma omp teams reduction(+ : fl)
foo();
@@ -183,7 +182,6 @@ T tmain(T argc) {
#pragma omp teams
#pragma omp parallel for reduction(- : fl)
for (int i = 0; i < 10; ++i)
- {}
#pragma omp target
#pragma omp teams reduction(+ : fl)
foo();
@@ -308,7 +306,6 @@ int main(int argc, char **argv) {
#pragma omp teams
#pragma omp parallel for private(fl)
for (int i = 0; i < 10; ++i)
- {}
#pragma omp target
#pragma omp teams reduction(+ : fl)
foo();
@@ -316,7 +313,6 @@ int main(int argc, char **argv) {
#pragma omp teams
#pragma omp parallel for reduction(- : fl)
for (int i = 0; i < 10; ++i)
- {}
#pragma omp target
#pragma omp teams reduction(+ : fl)
foo();
OpenPOWER on IntegriCloud