mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-28 04:26:07 +00:00
Add a comment.
llvm-svn: 116615
This commit is contained in:
parent
4a3b1b3ef4
commit
2d0a3c7b8c
@ -76,7 +76,9 @@ CodeGenTBAA::getTBAAInfo(QualType QTy) {
|
||||
case BuiltinType::UInt128:
|
||||
return getTBAAInfo(Context.Int128Ty);
|
||||
|
||||
// Other builtin types.
|
||||
// Treat all other builtin types as distinct types. This includes
|
||||
// treating wchar_t, char16_t, and char32_t as distinct from their
|
||||
// "underlying types".
|
||||
default:
|
||||
return MetadataCache[Ty] =
|
||||
getTBAAInfoForNamedType(BTy->getName(Features), Char);
|
||||
|
Loading…
x
Reference in New Issue
Block a user