Trying to un-break the bots.

llvm-svn: 190092
This commit is contained in:
Manman Ren 2013-09-05 19:44:52 +00:00
parent 6f24379974
commit 8e3275c22b

View File

@ -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<DITypeRef>(unsigned Elt) const;
template <typename DescTy>
friend DescTy DIDescriptor::getFieldAs(unsigned Elt) const;
/// TypeVal can be either a MDNode or a MDString, in the latter,
/// MDString specifies the type identifier.