[CUDA] Fix order of overloading preferences in comment.

llvm-svn: 264741
This commit is contained in:
Justin Lebar 2016-03-29 16:24:22 +00:00
parent 694cd1fdf8
commit 3918647a11
1 changed files with 1 additions and 1 deletions

View File

@ -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 |
// |----+----+-----+-----+-----+