[OPENMP] Do not capture private variables in the target regions.
Private variables are completely redefined in the outlined regions, so we don't need to capture them. Patch adds this behavior to the target-based regions. llvm-svn: 320078
Loading
Please register or sign in to comment