summaryrefslogtreecommitdiffstats
path: root/clang/test/OpenMP/target_firstprivate_codegen.cpp
diff options
context:
space:
mode:
authorAlexey Bataev <a.bataev@hotmail.com>2017-10-02 14:20:58 +0000
committerAlexey Bataev <a.bataev@hotmail.com>2017-10-02 14:20:58 +0000
commit2a007e05a09986d96dabe1d38a5e7947b20006a2 (patch)
tree7291604102b86e7754bc16a23f0e84de8b7d9bce /clang/test/OpenMP/target_firstprivate_codegen.cpp
parent7998d3707640d43e7e2b9215b76cf011d02102f0 (diff)
downloadbcm5719-llvm-2a007e05a09986d96dabe1d38a5e7947b20006a2.tar.gz
bcm5719-llvm-2a007e05a09986d96dabe1d38a5e7947b20006a2.zip
[OPENMP] Simplify codegen for non-offloading code.
Simplified and generalized codegen for non-offloading part that works if offloading is failed or condition of the `if` clause is `false`. llvm-svn: 314670
Diffstat (limited to 'clang/test/OpenMP/target_firstprivate_codegen.cpp')
-rw-r--r--clang/test/OpenMP/target_firstprivate_codegen.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/OpenMP/target_firstprivate_codegen.cpp b/clang/test/OpenMP/target_firstprivate_codegen.cpp
index 64f522552b0..647b7b6dbc6 100644
--- a/clang/test/OpenMP/target_firstprivate_codegen.cpp
+++ b/clang/test/OpenMP/target_firstprivate_codegen.cpp
@@ -68,7 +68,6 @@ int foo(int n, double *ptr) {
// CHECK: [[C:%.+]] = alloca [5 x [10 x double]],
// CHECK: [[D:%.+]] = alloca [[TT]],
// CHECK: [[ACAST:%.+]] = alloca i{{[0-9]+}},
- // CHECK: {{.+}} = alloca i{{[0-9]+}},
// CHECK: [[BASE_PTR_ARR:%.+]] = alloca [1 x i8*],
// CHECK: [[PTR_ARR:%.+]] = alloca [1 x i8*],
// CHECK: [[A2CAST:%.+]] = alloca i{{[0-9]+}},
OpenPOWER on IntegriCloud