This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 70d009dbe3f [FileCheck] Fix line-count.txt test new 5993a0e6f3d remove inalloca parameters in globalopt and simplify argpromotion
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: lib/Transforms/IPO/ArgumentPromotion.cpp | 22 ++++++------- lib/Transforms/IPO/GlobalOpt.cpp | 36 +++++++++++---------- test/Transforms/ArgumentPromotion/X86/thiscall.ll | 38 +++++++++++++++++++++++ test/Transforms/ArgumentPromotion/inalloca.ll | 10 +++--- test/Transforms/GlobalOpt/fastcc.ll | 4 +-- 5 files changed, 76 insertions(+), 34 deletions(-) create mode 100644 test/Transforms/ArgumentPromotion/X86/thiscall.ll