mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
[Bindings] Remove ipc_propagation.
IPConstantPropagation has been removed, also remove the bindings.
This commit is contained in:
parent
5eea1c2f70
commit
4debb5fc67
@ -33,9 +33,6 @@ external add_global_dce
|
||||
external add_global_optimizer
|
||||
: [ `Module ] Llvm.PassManager.t -> unit
|
||||
= "llvm_add_global_optimizer"
|
||||
external add_ipc_propagation
|
||||
: [ `Module ] Llvm.PassManager.t -> unit
|
||||
= "llvm_add_ip_constant_propagation"
|
||||
external add_prune_eh
|
||||
: [ `Module ] Llvm.PassManager.t -> unit
|
||||
= "llvm_add_prune_eh"
|
||||
|
@ -55,7 +55,6 @@ let test_transforms () =
|
||||
++ add_always_inliner
|
||||
++ add_global_dce
|
||||
++ add_global_optimizer
|
||||
++ add_ipc_propagation
|
||||
++ add_prune_eh
|
||||
++ add_ipsccp
|
||||
++ add_internalize ~all_but_main:true
|
||||
|
Loading…
x
Reference in New Issue
Block a user