summaryrefslogtreecommitdiffstats
path: root/clang/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
commit2151d12ec095ec6c994c9dce31124f65a08720e3 (patch)
treee4c45a4d74f6643a4646b9b7bed1e241d8ca6d35 /clang/test/OpenMP/threadprivate_codegen.cpp
parent642f6d3ffd1d2e028f234d7867be14fdc2e615ac (diff)
downloadbcm5719-llvm-2151d12ec095ec6c994c9dce31124f65a08720e3.tar.gz
bcm5719-llvm-2151d12ec095ec6c994c9dce31124f65a08720e3.zip
Fix CHECK directives that weren't checking.
llvm-svn: 246492
Diffstat (limited to 'clang/test/OpenMP/threadprivate_codegen.cpp')
-rw-r--r--clang/test/OpenMP/threadprivate_codegen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/OpenMP/threadprivate_codegen.cpp b/clang/test/OpenMP/threadprivate_codegen.cpp
index 7176e049927..bbe78b468da 100644
--- a/clang/test/OpenMP/threadprivate_codegen.cpp
+++ b/clang/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]]
OpenPOWER on IntegriCloud