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:
Benjamin Kramer 2010-10-09 15:53:25 +00:00
parent 46d48a3f3a
commit 2e09a25c0b

View File

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