diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2010-10-09 15:53:25 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2010-10-09 15:53:25 +0000 |
commit | 2e09a25c0b1ee91b6a9c95779649c2f9bba210dd (patch) | |
tree | d67a75954d7a05e82ce09ed9c26812ca3a39e654 /test/Bindings | |
parent | 46d48a3f3a6c7e26e8c9e7117e8e0029dc91b6dc (diff) |
Don't test a removed function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116154 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Bindings')
-rw-r--r-- | test/Bindings/Ocaml/scalar_opts.ml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Bindings/Ocaml/scalar_opts.ml b/test/Bindings/Ocaml/scalar_opts.ml index 79ff46c9dc..1ea97858ed 100644 --- a/test/Bindings/Ocaml/scalar_opts.ml +++ b/test/Bindings/Ocaml/scalar_opts.ml @@ -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 |