forked from OSchip/llvm-project
Fix syntax error
This commit is contained in:
parent
836ce9db7f
commit
2a1418f242
|
@ -116,7 +116,7 @@ static types::ID foldType(types::ID Lang) {
|
|||
return types::TY_ObjCXX;
|
||||
case types::TY_CUDA:
|
||||
case types::TY_CUDA_DEVICE:
|
||||
return types::TY_CUDA:
|
||||
return types::TY_CUDA;
|
||||
default:
|
||||
return types::TY_INVALID;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue