mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-13 15:37:24 +00:00
Don't test a removed function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116154 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
46d48a3f3a
commit
2e09a25c0b
@ -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…
x
Reference in New Issue
Block a user