LangOpts.CUDADisableTargetCallChecks no longer exists (it's effectively
always true now).
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@278184
91177308-0d34-0410-b5e6-
96231b3b80d8
CFP_Never, // Invalid caller/callee combination.
CFP_WrongSide, // Calls from host-device to host or device
// function that do not match current compilation
- // mode. Only in effect if
- // LangOpts.CUDADisableTargetCallChecks is true.
+ // mode.
CFP_HostDevice, // Any calls to host/device functions.
CFP_SameSide, // Calls from host-device to host or device
// function matching current compilation mode.