Files
llvm/test/Transforms/FunctionAttrs
Johannes Doerfert 7a41fbe432 [Attributor] Use local linkage instead of internal
Local linkage is internal or private, and private is a specialization of
internal, so either is fine for all our "local linkage" queries.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@373986 91177308-0d34-0410-b5e6-96231b3b80d8
2019-10-07 23:21:52 +00:00
..