summaryrefslogtreecommitdiffstats
path: root/clang/test
diff options
context:
space:
mode:
authorAlexey Bataev <a.bataev@hotmail.com>2015-05-06 07:25:08 +0000
committerAlexey Bataev <a.bataev@hotmail.com>2015-05-06 07:25:08 +0000
commitf2453a01fb13b337aec87eaa058ba2eb576a9773 (patch)
tree301f0ba802e9a62214ce5ca5a1e3d8541ee2f2bd /clang/test
parent6d9b88dd997c3188446c6f63c852676bc0e6e432 (diff)
downloadbcm5719-llvm-f2453a01fb13b337aec87eaa058ba2eb576a9773.tar.gz
bcm5719-llvm-f2453a01fb13b337aec87eaa058ba2eb576a9773.zip
[OPENMP] Fixed messages about predetermined DSA for loop control variables.
llvm-svn: 236574
Diffstat (limited to 'clang/test')
-rw-r--r--clang/test/OpenMP/for_loop_messages.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/OpenMP/for_loop_messages.cpp b/clang/test/OpenMP/for_loop_messages.cpp
index 05b643027ae..39aaa5cf28b 100644
--- a/clang/test/OpenMP/for_loop_messages.cpp
+++ b/clang/test/OpenMP/for_loop_messages.cpp
@@ -13,7 +13,7 @@ static int sii;
#pragma omp threadprivate(sii) // expected-note {{defined as threadprivate or thread local}}
static int globalii;
-register int reg0 __asm__("0"); // expected-note {{loop iteration variable is predetermined as linear}}
+register int reg0 __asm__("0"); // expected-note {{defined as threadprivate or thread local}}
int test_iteration_spaces() {
const int N = 100;
OpenPOWER on IntegriCloud