This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from dc458b4 [RDF] Consider register as live if any alias is live new 89c5c63 [ThinLTO] Prevent importing of "llvm.used" values
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/IR/Module.h | 7 ++++++ include/llvm/Transforms/Utils/ModuleUtils.h | 7 ------ lib/Analysis/ModuleSummaryAnalysis.cpp | 25 ++++++++++++++++++++++ lib/Bitcode/Writer/BitcodeWriter.cpp | 3 +++ lib/IR/Module.cpp | 16 ++++++++++++++ lib/Transforms/IPO/GlobalOpt.cpp | 1 - lib/Transforms/IPO/Internalize.cpp | 1 - lib/Transforms/Utils/FunctionImportUtils.cpp | 20 +++++++++++++++++ lib/Transforms/Utils/ModuleUtils.cpp | 17 --------------- test/Transforms/FunctionImport/Inputs/inlineasm.ll | 11 ++++++++++ test/Transforms/FunctionImport/inlineasm.ll | 19 ++++++++++++++++ tools/gold/gold-plugin.cpp | 1 - 12 files changed, 101 insertions(+), 27 deletions(-) create mode 100644 test/Transforms/FunctionImport/Inputs/inlineasm.ll create mode 100644 test/Transforms/FunctionImport/inlineasm.ll