From da19af4f42a132f3f3fb82858fef7037c32e60ad Mon Sep 17 00:00:00 2001 From: Alexey Bataev Date: Tue, 10 Mar 2015 05:28:46 +0000 Subject: [OPENMP] Fixed tests for non-debug builds. NFC. llvm-svn: 231758 --- clang/test/OpenMP/for_codegen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/test/OpenMP/for_codegen.cpp') diff --git a/clang/test/OpenMP/for_codegen.cpp b/clang/test/OpenMP/for_codegen.cpp index 2822513372d..e274ec11740 100644 --- a/clang/test/OpenMP/for_codegen.cpp +++ b/clang/test/OpenMP/for_codegen.cpp @@ -161,7 +161,7 @@ void parallel_for(float *a) { // TERM_DEBUG-NOT: __kmpc_global_thread_num // TERM_DEBUG: call void @__kmpc_for_static_fini({{.+}}), !dbg [[DBG_LOC_END:![0-9]+]] // TERM_DEBUG: call {{.+}} @__kmpc_cancel_barrier({{.+}}), !dbg [[DBG_LOC_CANCEL:![0-9]+]] - // TERM_DEBUG: [[TERM_LPAD]]: + // TERM_DEBUG: [[TERM_LPAD]] // TERM_DEBUG: call void @__clang_call_terminate // TERM_DEBUG: unreachable for (unsigned i = 131071; i <= 2147483647; i += 127) -- cgit v1.2.3