This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 25c8f8bcba4 [Docs] Moves article links to new pages new 3b63eace9d9 [LLVM-C][Ocaml] Add MergeFunctions and DCE pass
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: bindings/ocaml/transforms/ipo/ipo_ocaml.c | 6 ++++++ bindings/ocaml/transforms/ipo/llvm_ipo.ml | 3 +++ bindings/ocaml/transforms/ipo/llvm_ipo.mli | 5 +++++ bindings/ocaml/transforms/scalar_opts/llvm_scalar_opts.ml | 3 +++ bindings/ocaml/transforms/scalar_opts/llvm_scalar_opts.mli | 5 +++++ bindings/ocaml/transforms/scalar_opts/scalar_opts_ocaml.c | 5 +++++ include/llvm-c/Transforms/IPO.h | 3 +++ include/llvm-c/Transforms/Scalar.h | 3 +++ lib/Transforms/IPO/IPO.cpp | 4 ++++ lib/Transforms/Scalar/Scalar.cpp | 4 ++++ 10 files changed, 41 insertions(+)