[PATCH] D26720: Revert "[OPENMP] Fixed codegen for 'omp cancel' construct."

Vitaly Buka via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 15 17:09:35 PST 2016


vitalybuka created this revision.
vitalybuka added a reviewer: ABataev.
vitalybuka added a subscriber: cfe-commits.

r286944 introduced bugs detected by ASAN as use-after-return.
r287025 have not fixed them completely.

This reverts commit r286944 and r287025.


https://reviews.llvm.org/D26720

Files:
  lib/CodeGen/CGStmtOpenMP.cpp
  lib/CodeGen/CodeGenFunction.h
  test/OpenMP/cancel_codegen.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26720.78107.patch
Type: text/x-patch
Size: 6523 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161116/0669f00a/attachment.bin>


More information about the cfe-commits mailing list