summaryrefslogtreecommitdiffstats
path: root/clang/test/OpenMP/critical_codegen.cpp
diff options
context:
space:
mode:
authorAlexey Bataev <a.bataev@hotmail.com>2016-03-28 12:58:34 +0000
committerAlexey Bataev <a.bataev@hotmail.com>2016-03-28 12:58:34 +0000
commitf539faa7333e7c807eaca00c586cf6aa15bf333c (patch)
treeb1ce4a198ca575ffe26a3f7ad0fe60ab27ff013c /clang/test/OpenMP/critical_codegen.cpp
parent424be9283188be74ef68f017858a383833ec46c1 (diff)
downloadbcm5719-llvm-f539faa7333e7c807eaca00c586cf6aa15bf333c.tar.gz
bcm5719-llvm-f539faa7333e7c807eaca00c586cf6aa15bf333c.zip
Revert "[OPENMP] Allow runtime insert its own code inside OpenMP regions."
Reverting because of failed tests. llvm-svn: 264577
Diffstat (limited to 'clang/test/OpenMP/critical_codegen.cpp')
-rw-r--r--clang/test/OpenMP/critical_codegen.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/test/OpenMP/critical_codegen.cpp b/clang/test/OpenMP/critical_codegen.cpp
index aad60cfd4f7..e44e2202e9a 100644
--- a/clang/test/OpenMP/critical_codegen.cpp
+++ b/clang/test/OpenMP/critical_codegen.cpp
@@ -39,11 +39,7 @@ int main() {
#pragma omp critical(the_name1) hint(23)
foo();
// CHECK: call {{.*}}void @__kmpc_critical([[IDENT_T_TY]]* [[DEFAULT_LOC]], i32 [[GTID]], [8 x i32]* [[THE_NAME_LOCK]])
-// CHECK: br label
// CHECK-NOT: call {{.*}}void @__kmpc_end_critical(
-// CHECK: br label
-// CHECK-NOT: call {{.*}}void @__kmpc_end_critical(
-// CHECK: br label
if (a)
#pragma omp critical(the_name)
while (1)
OpenPOWER on IntegriCloud