Clean-up cancellation state flag between parallel regions
Without this fix, cancellation requests in one parallel region cause cancellation of the second region even though the second one was not intended to be cancelled. llvm-svn: 250727
Loading
Please sign in to comment