1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

Fix OCaml bindings

Caused by https://reviews.llvm.org/D85159
This commit is contained in:
Arthur Eubanks 2020-08-26 16:10:02 -07:00
parent d74ec65308
commit dbabc094e5

View File

@ -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