[llvm-commits] [llvm] r116154 - /llvm/trunk/test/Bindings/Ocaml/scalar_opts.ml

Benjamin Kramer benny.kra at googlemail.com
Sat Oct 9 08:53:25 PDT 2010


Author: d0k
Date: Sat Oct  9 10:53:25 2010
New Revision: 116154

URL: http://llvm.org/viewvc/llvm-project?rev=116154&view=rev
Log:
Don't test a removed function.

Modified:
    llvm/trunk/test/Bindings/Ocaml/scalar_opts.ml

Modified: llvm/trunk/test/Bindings/Ocaml/scalar_opts.ml
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Bindings/Ocaml/scalar_opts.ml?rev=116154&r1=116153&r2=116154&view=diff
==============================================================================
--- llvm/trunk/test/Bindings/Ocaml/scalar_opts.ml (original)
+++ llvm/trunk/test/Bindings/Ocaml/scalar_opts.ml Sat Oct  9 10:53:25 2010
@@ -43,7 +43,7 @@
   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 @@
            ++ 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





More information about the llvm-commits mailing list