[llvm] 82875dc - Fix OCaml bindings

Arthur Eubanks via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 26 16:11:39 PDT 2020


Author: Arthur Eubanks
Date: 2020-08-26T16:11:11-07:00
New Revision: 82875dcf9b86ad5414700d728c604d28f88332c4

URL: https://github.com/llvm/llvm-project/commit/82875dcf9b86ad5414700d728c604d28f88332c4
DIFF: https://github.com/llvm/llvm-project/commit/82875dcf9b86ad5414700d728c604d28f88332c4.diff

LOG: Fix OCaml bindings

Caused by https://reviews.llvm.org/D85159

Added: 
    

Modified: 
    llvm/test/Bindings/OCaml/scalar_opts.ml

Removed: 
    


################################################################################
diff  --git a/llvm/test/Bindings/OCaml/scalar_opts.ml b/llvm/test/Bindings/OCaml/scalar_opts.ml
index c75e1c8e5549..b130fe125461 100644
--- a/llvm/test/Bindings/OCaml/scalar_opts.ml
+++ b/llvm/test/Bindings/OCaml/scalar_opts.ml
@@ -70,7 +70,6 @@ let test_transforms () =
            ++ add_scalar_repl_aggregation_with_threshold 4
            ++ add_lib_call_simplification
            ++ add_tail_call_elimination
-           ++ add_constant_propagation
            ++ add_memory_to_register_demotion
            ++ add_verifier
            ++ add_correlated_value_propagation


        


More information about the llvm-commits mailing list