[NFC] Pacify bbot for OpenMP 'teams distribute parallel for'

llvm-svn: 317898
This commit is contained in:
Carlo Bertolli 2017-11-10 16:49:09 +00:00
parent 084e43bfbf
commit 8760acb8e3
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ L1:
}
#pragma omp target
#pragma omp teams distribute parallel for copyin(pvt) // expected-error {{unexpected OpenMP clause 'copyin' in directive '#pragma omp teams distribute parallel for'}}
#pragma omp teams distribute parallel for copyin(pvt)
for (int n = 0; n < 100; ++n) {}
return 0;