commit | da82ce99b7460164ffb841619aadb44f397d2106 | [log] [tgz] |
---|---|---|
author | Fangrui Song <maskray@google.com> | Tue May 07 02:06:37 2019 +0000 |
committer | Fangrui Song <maskray@google.com> | Tue May 07 02:06:37 2019 +0000 |
tree | 6eeb15bafc58fe997fd3b0666fb47331e9287746 | |
parent | a400ca3f3d42de0b0aa5c441de761d182c6010e8 [diff] |
[DebugInfo] Delete TypedDINodeRef TypedDINodeRef<T> is a redundant wrapper of Metadata * that is actually a T *. Accordingly, change DI{Node,Scope,Type}Ref uses to DI{Node,Scope,Type} * or their const variants. This allows us to delete many resolve() calls that clutter the code. Reviewed By: rnk Differential Revision: https://reviews.llvm.org/D61369 llvm-svn: 360108