summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>2015-04-11 00:45:24 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2015-04-11 00:45:24 +0000
commit5ba747b9b1f5f46138dddfd7473554ec13b5e42f (patch)
tree802d7af250890c9bf2181de40632c517596681b5
parent50c065bc7d84a73cdd63a39d811ee8eb392f4712 (diff)
downloadbcm5719-llvm-5ba747b9b1f5f46138dddfd7473554ec13b5e42f.tar.gz
bcm5719-llvm-5ba747b9b1f5f46138dddfd7473554ec13b5e42f.zip
DebugInfo: Remove dead DIRef friends
llvm-svn: 234672
-rw-r--r--llvm/include/llvm/IR/DebugInfo.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/include/llvm/IR/DebugInfo.h b/llvm/include/llvm/IR/DebugInfo.h
index 65c10347911..beb5c5769f1 100644
--- a/llvm/include/llvm/IR/DebugInfo.h
+++ b/llvm/include/llvm/IR/DebugInfo.h
@@ -236,10 +236,6 @@ public:
///
/// Abstracts over direct and identifier-based metadata references.
template <typename T> class DIRef {
- friend DIScopeRef DIScope::getContext() const;
- friend DIScopeRef DIScope::getRef() const;
- friend class DIType;
-
/// \brief Val can be either a MDNode or a MDString.
///
/// In the latter, MDString specifies the type identifier.
OpenPOWER on IntegriCloud