From 66bd6729e986ff3ebae8360503b0528e9f8b44e2 Mon Sep 17 00:00:00 2001 From: Manman Ren Date: Thu, 5 Sep 2013 19:44:52 +0000 Subject: Trying to un-break the bots. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190092 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/DebugInfo.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/llvm/DebugInfo.h') diff --git a/include/llvm/DebugInfo.h b/include/llvm/DebugInfo.h index 997d01e994..bbb274329c 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. -- cgit v1.2.3