Test commit for the user "kromanova" to verify commit access. I removed "UNSUPPORTED" comment because unsigned __int128 type is in fact supported.

llvm-svn: 195378
This commit is contained in:
Ekaterina Romanova 2013-11-21 22:25:24 +00:00
parent a69c1139e9
commit 91b655b683
1 changed files with 1 additions and 1 deletions

View File

@ -1919,7 +1919,7 @@ void CXXNameMangler::mangleType(const BuiltinType *T) {
// ::= x # long long, __int64
// ::= y # unsigned long long, __int64
// ::= n # __int128
// UNSUPPORTED: ::= o # unsigned __int128
// ::= o # unsigned __int128
// ::= f # float
// ::= d # double
// ::= e # long double, __float80