mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-30 14:50:30 +00:00
Don't test a removed function.
llvm-svn: 116154
This commit is contained in:
parent
ed64bb0aef
commit
f2d65aee82
@ -43,7 +43,7 @@ let test_transforms () =
|
||||
ignore (PassManager.create_function m
|
||||
++ TargetData.add td
|
||||
++ add_constant_propagation
|
||||
++ add_sccp
|
||||
++ add_sccp
|
||||
++ add_dead_store_elimination
|
||||
++ add_aggressive_dce
|
||||
++ add_scalar_repl_aggregation
|
||||
@ -53,7 +53,6 @@ let test_transforms () =
|
||||
++ add_loop_unswitch
|
||||
++ add_loop_unroll
|
||||
++ add_loop_rotation
|
||||
++ add_loop_index_split
|
||||
++ add_memory_to_register_promotion
|
||||
++ add_memory_to_register_demotion
|
||||
++ add_reassociation
|
||||
|
Loading…
Reference in New Issue
Block a user