mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
[OCaml] Remove add_constant_propagation
After https://reviews.llvm.org/D85159.
This commit is contained in:
parent
2afc6e83ea
commit
104df8538a
@ -96,9 +96,6 @@ external add_lib_call_simplification
|
||||
external add_tail_call_elimination
|
||||
: [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
|
||||
= "llvm_add_tail_call_elimination"
|
||||
external add_constant_propagation
|
||||
: [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
|
||||
= "llvm_add_constant_propagation"
|
||||
external add_memory_to_register_demotion
|
||||
: [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
|
||||
= "llvm_add_demote_memory_to_register"
|
||||
|
Loading…
x
Reference in New Issue
Block a user