forked from OSchip/llvm-project
Fix a typo in a comment Frits van Bommel spotted.
llvm-svn: 116614
This commit is contained in:
parent
2e29eb5a4b
commit
4a3b1b3ef4
|
@ -56,7 +56,7 @@ CodeGenTBAA::getTBAAInfo(QualType QTy) {
|
|||
// Character types are special and can alias anything.
|
||||
// In C++, this technically only includes "char" and "unsigned char",
|
||||
// and not "signed char". In C, it includes all three. For now,
|
||||
// the risk of exploting this detail in C++ seems likely to outweigh
|
||||
// the risk of exploiting this detail in C++ seems likely to outweigh
|
||||
// the benefit.
|
||||
case BuiltinType::Char_U:
|
||||
case BuiltinType::Char_S:
|
||||
|
|
Loading…
Reference in New Issue