From: Justin Lebar Date: Tue, 29 Mar 2016 16:24:22 +0000 (+0000) Subject: [CUDA] Fix order of overloading preferences in comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a73a09674be45fa2c7daeabd564838ce6c3410b4;p=clang [CUDA] Fix order of overloading preferences in comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@264741 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Sema/SemaCUDA.cpp b/lib/Sema/SemaCUDA.cpp index 69b91eee0c..07a5ac3280 100644 --- a/lib/Sema/SemaCUDA.cpp +++ b/lib/Sema/SemaCUDA.cpp @@ -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 | // |----+----+-----+-----+-----+