1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-04-22 15:39:28 +00:00

Trying to un-break the bots.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190092 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Manman Ren 2013-09-05 19:44:52 +00:00
parent 3987e532f7
commit 66bd6729e9

@ -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.