summaryrefslogtreecommitdiffstats
path: root/clang/test/OpenMP/for_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/for_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/for_codegen.cpp')
-rw-r--r--clang/test/OpenMP/for_codegen.cpp2
1 files changed, 1 insertions, 1 deletions
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)
OpenPOWER on IntegriCloud