OSDN Git Service

[ThinLTO] Clean up stale alias import handling
authorTeresa Johnson <tejohnson@google.com>
Tue, 29 Aug 2017 18:15:34 +0000 (18:15 +0000)
committerTeresa Johnson <tejohnson@google.com>
Tue, 29 Aug 2017 18:15:34 +0000 (18:15 +0000)
commit39c1ebdab0ee70ef566cd5a8e8efcaf4045efd05
treece0716f9882967bf362dd33d2d51c4870ce17c19
parentfac36eb3e37959135b1212ebc59a9b1f521a4c6c
[ThinLTO] Clean up stale alias import handling

Summary:
Remove some code that was no longer needed. The first FIXME is
stale since we long ago started using the index to drive importing,
rather than doing force importing based on linkage type. And
now with r309278, we no longer import any aliases.

Reviewers: dblaikie

Subscribers: inglorion, llvm-commits

Differential Revision: https://reviews.llvm.org/D37266

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@312019 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/FunctionImport.cpp