[Openmp-commits] [PATCH] D39553: [libomptarget] Remove stale omp handle
Jonas Hahnfeld via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Nov 2 09:00:23 PDT 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL317214: [libomptarget] Remove stale omp handle (authored by Hahnfeld).
Changed prior to commit:
https://reviews.llvm.org/D39553?vs=121314&id=121327#toc
Repository:
rL LLVM
https://reviews.llvm.org/D39553
Files:
openmp/trunk/libomptarget/src/omptarget.cpp
Index: openmp/trunk/libomptarget/src/omptarget.cpp
===================================================================
--- openmp/trunk/libomptarget/src/omptarget.cpp
+++ openmp/trunk/libomptarget/src/omptarget.cpp
@@ -2200,9 +2200,6 @@
tgt_args.push_back(TgtPtrBegin);
tgt_offsets.push_back(TgtBaseOffset);
}
- // Push omp handle.
- tgt_args.push_back((void *)0);
- tgt_offsets.push_back(0);
assert(tgt_args.size() == tgt_offsets.size() &&
"Size mismatch in arguments and offsets");
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39553.121327.patch
Type: text/x-patch
Size: 512 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20171102/87287567/attachment.bin>
More information about the Openmp-commits
mailing list