summaryrefslogtreecommitdiffstats
path: root/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
commite8ef1596d869b5e3c40713f703e09b7301150e54 (patch)
tree0454d5cf4871eb3de4acd66c033975c751180e64 /test/OpenMP/master_codegen.cpp
parenta2f6296c3e698b6b8e674ae267bde8a50e38b7c9 (diff)
[OPENMP] Fixed tests for non-debug builds. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@231758 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/OpenMP/master_codegen.cpp')
-rw-r--r--test/OpenMP/master_codegen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/OpenMP/master_codegen.cpp b/test/OpenMP/master_codegen.cpp
index 2a58f93a13..25438f131b 100644
--- a/test/OpenMP/master_codegen.cpp
+++ b/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();