From: Manman Ren Date: Thu, 5 Sep 2013 19:44:52 +0000 (+0000) Subject: Trying to un-break the bots. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=66bd6729e986ff3ebae8360503b0528e9f8b44e2;p=oota-llvm.git Trying to un-break the bots. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190092 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/DebugInfo.h b/include/llvm/DebugInfo.h index 997d01e9946..bbb274329cb 100644 --- a/include/llvm/DebugInfo.h +++ b/include/llvm/DebugInfo.h @@ -158,7 +158,8 @@ namespace llvm { /// Represents reference to a DIType, abstracts over direct and /// identifier-based metadata type references. class DITypeRef { - friend DITypeRef DIDescriptor::getFieldAs(unsigned Elt) const; + template + friend DescTy DIDescriptor::getFieldAs(unsigned Elt) const; /// TypeVal can be either a MDNode or a MDString, in the latter, /// MDString specifies the type identifier.