diff options
Diffstat (limited to 'lib/CodeGen/CGDebugInfo.cpp')
-rw-r--r-- | lib/CodeGen/CGDebugInfo.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/CodeGen/CGDebugInfo.cpp b/lib/CodeGen/CGDebugInfo.cpp index 04bf996acd..fed79db9b0 100644 --- a/lib/CodeGen/CGDebugInfo.cpp +++ b/lib/CodeGen/CGDebugInfo.cpp @@ -291,16 +291,12 @@ llvm::DIType CGDebugInfo::CreateType(const BuiltinType *BT) { switch (BT->getKind()) { case BuiltinType::Dependent: llvm_unreachable("Unexpected builtin type Dependent"); - return llvm::DIType(); case BuiltinType::Overload: llvm_unreachable("Unexpected builtin type Overload"); - return llvm::DIType(); case BuiltinType::BoundMember: llvm_unreachable("Unexpected builtin type BoundMember"); - return llvm::DIType(); case BuiltinType::UnknownAny: llvm_unreachable("Unexpected builtin type UnknownAny"); - return llvm::DIType(); case BuiltinType::NullPtr: return DBuilder. createNullPtrType(BT->getName(CGM.getContext().getLangOptions())); |