forked from OSchip/llvm-project
[CUDA] Fix order of overloading preferences in comment.
llvm-svn: 264741
This commit is contained in:
parent
694cd1fdf8
commit
3918647a11
|
@ -68,7 +68,7 @@ Sema::CUDAFunctionTarget Sema::IdentifyCUDATarget(const FunctionDecl *D) {
|
|||
// Ph - preference in host mode
|
||||
// Pd - preference in device mode
|
||||
// H - handled in (x)
|
||||
// Preferences: N:native, HD:host-device, SS:same side, WS:wrong side, --:never.
|
||||
// Preferences: N:native, SS:same side, HD:host-device, WS:wrong side, --:never.
|
||||
//
|
||||
// | F | T | Ph | Pd | H |
|
||||
// |----+----+-----+-----+-----+
|
||||
|
|
Loading…
Reference in New Issue