summaryrefslogtreecommitdiffstats
path: root/clang/test/OpenMP/master_codegen.cpp
diff options
context:
space:
mode:
authorAlexey Bataev <a.bataev@hotmail.com>2015-03-10 05:28:46 +0000
committerAlexey Bataev <a.bataev@hotmail.com>2015-03-10 05:28:46 +0000
commitda19af4f42a132f3f3fb82858fef7037c32e60ad (patch)
tree6acc30bd536370abb5cbc2b3b5a622245ce0faf6 /clang/test/OpenMP/master_codegen.cpp
parent36bf011e8348263c5b375a8def38bc6569ee6fb7 (diff)
downloadbcm5719-llvm-da19af4f42a132f3f3fb82858fef7037c32e60ad.tar.gz
bcm5719-llvm-da19af4f42a132f3f3fb82858fef7037c32e60ad.zip
[OPENMP] Fixed tests for non-debug builds. NFC.
llvm-svn: 231758
Diffstat (limited to 'clang/test/OpenMP/master_codegen.cpp')
-rw-r--r--clang/test/OpenMP/master_codegen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/OpenMP/master_codegen.cpp b/clang/test/OpenMP/master_codegen.cpp
index 2a58f93a13e..25438f131b5 100644
--- a/clang/test/OpenMP/master_codegen.cpp
+++ b/clang/test/OpenMP/master_codegen.cpp
@@ -56,7 +56,7 @@ void parallel_master() {
// TERM_DEBUG: unwind label %[[TERM_LPAD:.+]],
// TERM_DEBUG-NOT: __kmpc_global_thread_num
// TERM_DEBUG: call void @__kmpc_end_master({{.+}}), !dbg [[DBG_LOC_END:![0-9]+]]
- // TERM_DEBUG: [[TERM_LPAD]]:
+ // TERM_DEBUG: [[TERM_LPAD]]
// TERM_DEBUG: call void @__clang_call_terminate
// TERM_DEBUG: unreachable
foo();
OpenPOWER on IntegriCloud