Add case for UncheckedOptional in debug info generation.

Swift SVN r12132
This commit is contained in:
Mark Lacey
2014-01-10 20:24:05 +00:00
parent 373d0de766
commit 079c6fc7cb

View File

@@ -1397,6 +1397,7 @@ llvm::DIType IRGenDebugInfo::createType(DebugTypeInfo DbgTy,
// SyntaxSugarType derivations.
case TypeKind::ArraySlice:
case TypeKind::Optional:
case TypeKind::UncheckedOptional:
{
auto SyntaxSugarTy = cast<SyntaxSugarType>(BaseTy);
auto CanTy = SyntaxSugarTy->getDesugaredType();