diff -r 6ac5b81a763d -r 5038f36b5ea1 src/HOL/Tools/Predicate_Compile/predicate_compile_aux.ML --- a/src/HOL/Tools/Predicate_Compile/predicate_compile_aux.ML Thu Feb 25 14:01:34 2010 +0100 +++ b/src/HOL/Tools/Predicate_Compile/predicate_compile_aux.ML Thu Feb 25 15:36:38 2010 +0100 @@ -556,7 +556,8 @@ } val bool_options = ["show_steps", "show_intermediate_results", "show_proof_trace", "show_modes", - "show_mode_inference", "show_compilation", "skip_proof", "inductify", "no_function_flattening"] + "show_mode_inference", "show_compilation", "skip_proof", "inductify", "no_function_flattening", + "no_topmost_reordering"] val compilation_names = [("pred", Pred), (*("random", Random), ("depth_limited", Depth_Limited), ("annotated", Annotated),*)