summaryrefslogtreecommitdiffstats
path: root/clang/test/OpenMP/sections_codegen.cpp
diff options
context:
space:
mode:
authorAlexey Bataev <a.bataev@hotmail.com>2015-04-10 04:50:10 +0000
committerAlexey Bataev <a.bataev@hotmail.com>2015-04-10 04:50:10 +0000
commit6f1ffc069ba68660eb8fe4acde450c7964f8958e (patch)
tree733ee2c5004fe05f6151076a02c8c0ff16d2b609 /clang/test/OpenMP/sections_codegen.cpp
parentbd51a6a99fc3d54992750f2a82e7e293bfd05851 (diff)
downloadbcm5719-llvm-6f1ffc069ba68660eb8fe4acde450c7964f8958e.tar.gz
bcm5719-llvm-6f1ffc069ba68660eb8fe4acde450c7964f8958e.zip
[OPENMP] Refactoring of codegen for OpenMP directives.
Refactored API of OpenMPRuntime for compatibility with combined directives. Differential Revision: http://reviews.llvm.org/D8859 llvm-svn: 234564
Diffstat (limited to 'clang/test/OpenMP/sections_codegen.cpp')
-rw-r--r--clang/test/OpenMP/sections_codegen.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/OpenMP/sections_codegen.cpp b/clang/test/OpenMP/sections_codegen.cpp
index e385550e883..3a1d1260a83 100644
--- a/clang/test/OpenMP/sections_codegen.cpp
+++ b/clang/test/OpenMP/sections_codegen.cpp
@@ -96,6 +96,7 @@ int main() {
// CHECK-NEXT: br label %[[END]]
// CHECK: [[END]]
// CHECK-NEXT: call i32 @__kmpc_cancel_barrier(%{{.+}}* [[IMPLICIT_BARRIER_SINGLE_LOC]],
+// CHECK-NEXT: call i32 @__kmpc_cancel_barrier(
// CHECK-NEXT: ret
// CHECK: [[TERM_LPAD]]
// CHECK: call void @__clang_call_terminate(i8*
OpenPOWER on IntegriCloud