X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=include%2Fllvm%2FIR%2FDebugInfo.h;h=2762086b6e9d37d04ec3c7fb09472e995e705339;hp=eede59d725d64c8c791564d796b3ccbddc6b9879;hb=59abfa10b712132cd0c40403dc540b21e8334b22;hpb=382bee52248847f6f82546130c96362d45986d31 diff --git a/include/llvm/IR/DebugInfo.h b/include/llvm/IR/DebugInfo.h index eede59d725d..2762086b6e9 100644 --- a/include/llvm/IR/DebugInfo.h +++ b/include/llvm/IR/DebugInfo.h @@ -88,9 +88,6 @@ DECLARE_SIMPLIFY_DESCRIPTOR(DIImportedEntity) typedef DebugNodeArray DIArray; typedef MDTypeRefArray DITypeArray; -typedef DebugNodeRef DIDescriptorRef; -typedef MDScopeRef DIScopeRef; -typedef MDTypeRef DITypeRef; class DISubrange { MDSubrange *N;