X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=include%2Fllvm%2FIR%2FDebugInfo.h;h=b32bdb637338375f87caa4894706dae844e8cc08;hp=c12cc0c1c94f08bb617a49cc26fc061466fc61e5;hb=1cacd28c3b2e5f406d8f678ab8fa1a6d03c3713e;hpb=423476d899034075c2e1c6a03b8d1894bcfe0ff1 diff --git a/include/llvm/IR/DebugInfo.h b/include/llvm/IR/DebugInfo.h index c12cc0c1c94..b32bdb63733 100644 --- a/include/llvm/IR/DebugInfo.h +++ b/include/llvm/IR/DebugInfo.h @@ -36,9 +36,6 @@ class DbgValueInst; /// \brief Maps from type identifier to the actual MDNode. typedef DenseMap DITypeIdentifierMap; -typedef DebugNodeArray DIArray; -typedef MDTypeRefArray DITypeArray; - /// \brief Find subprogram that is enclosing this scope. MDSubprogram *getDISubprogram(const MDNode *Scope);