summaryrefslogtreecommitdiffstats
path: root/test/OpenMP/threadprivate_codegen.cpp
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2015-08-31 21:48:52 +0000
committerHans Wennborg <hans@hanshq.net>2015-08-31 21:48:52 +0000
commite683c6b2e1e3d5a6b988960a7af84ed2fb2aa6ef (patch)
treedbbd05935751737e368bb6c07f9a286fc54bce36 /test/OpenMP/threadprivate_codegen.cpp
parent3af3e291f49b7211c7ea4ebbb0e4ac0fcc083e1a (diff)
Fix CHECK directives that weren't checking.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@246492 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/OpenMP/threadprivate_codegen.cpp')
-rw-r--r--test/OpenMP/threadprivate_codegen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/OpenMP/threadprivate_codegen.cpp b/test/OpenMP/threadprivate_codegen.cpp
index 7176e04992..bbe78b468d 100644
--- a/test/OpenMP/threadprivate_codegen.cpp
+++ b/test/OpenMP/threadprivate_codegen.cpp
@@ -943,7 +943,7 @@ int foobar() {
// CHECK-TLS-NEXT: br i1 [[IS_INIT]], label %[[INIT_LABEL:[^,]+]], label %[[DONE_LABEL:[^,]+]]{{.*}}
// CHECK-TLS: [[INIT_LABEL]]
// CHECK-TLS: call void [[GS1_CXX_INIT]]
-// CHECK-TLS-NOT call void [[GS2_CXX_INIT]]
+// CHECK-TLS-NOT: call void [[GS2_CXX_INIT]]
// CHECK-TLS: call void [[ARR_X_CXX_INIT]]
// CHECK-TLS: call void [[ST_S4_ST_CXX_INIT]]
// CHECK-TLS: [[DONE_LABEL]]