diff options
author | Manman Ren <mren@apple.com> | 2013-07-08 21:55:46 +0000 |
---|---|---|
committer | Manman Ren <mren@apple.com> | 2013-07-08 21:55:46 +0000 |
commit | 6cf7246ecaf058733fdf8fa47896907204839f68 (patch) | |
tree | 242188a1d4a52f0939a1abf6667e39669f4c0670 /include | |
parent | 01e4509972509e59874612d7d04419cdaeccc0ef (diff) | |
download | external_llvm-6cf7246ecaf058733fdf8fa47896907204839f68.zip external_llvm-6cf7246ecaf058733fdf8fa47896907204839f68.tar.gz external_llvm-6cf7246ecaf058733fdf8fa47896907204839f68.tar.bz2 |
DebugInfo: remove unused helper function getDICompositeType.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185876 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/DebugInfo.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/DebugInfo.h b/include/llvm/DebugInfo.h index 372d367..dd03bf7 100644 --- a/include/llvm/DebugInfo.h +++ b/include/llvm/DebugInfo.h @@ -695,9 +695,6 @@ namespace llvm { /// getDISubprogram - Find subprogram that is enclosing this scope. DISubprogram getDISubprogram(const MDNode *Scope); - /// getDICompositeType - Find underlying composite type. - DICompositeType getDICompositeType(DIType T); - /// isSubprogramContext - Return true if Context is either a subprogram /// or another context nested inside a subprogram. bool isSubprogramContext(const MDNode *Context); |