diff options
author | Pavel Labath <pavel@labath.sk> | 2019-03-15 14:02:35 +0000 |
---|---|---|
committer | Pavel Labath <pavel@labath.sk> | 2019-03-15 14:02:35 +0000 |
commit | a933d6c7c0a98acff8eba4315ecb8cbc58fd2015 (patch) | |
tree | 9cc80b4b06e5926587e47f9a5a71619e740a8d6f /llvm/lib/IR/ModuleSummaryIndex.cpp | |
parent | 373bee85c2b31332d49db329cdbfb5f7c7342a04 (diff) | |
download | llvm-a933d6c7c0a98acff8eba4315ecb8cbc58fd2015.zip llvm-a933d6c7c0a98acff8eba4315ecb8cbc58fd2015.tar.gz llvm-a933d6c7c0a98acff8eba4315ecb8cbc58fd2015.tar.bz2 |
Delete type_sp member from TypePair
Summary:
As discussed in the review of D59217, this member is unnecessary since
always the first thing we do is convert it to a CompilerType.
This opens up possibilities for further cleanups (e.g. the whole
TypePair class now loses purpose, since we can just pass around
CompilerType everywhere), but I did not want to do that yet, because I
am not sure if this will not introduce breakages in some of the
platforms/configurations that I am not testing on.
Reviewers: clayborg, zturner, jingham
Subscribers: jdoerfert, lldb-commits
Differential Revision: https://reviews.llvm.org/D59297
llvm-svn: 356262
Diffstat (limited to 'llvm/lib/IR/ModuleSummaryIndex.cpp')
0 files changed, 0 insertions, 0 deletions