Skip to content
Snippets Groups Projects
Commit 43f4d259 authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

[lint] lintify rmtmps

Given that the previous commits made so many whitespace changes, it'd be
a shame not to do it
parent f2ab6d09
No related branches found
No related tags found
No related merge requests found
...@@ -23,8 +23,6 @@ ML_LINT_KO+=src/kernel_internals/typing/mergecil.ml ...@@ -23,8 +23,6 @@ ML_LINT_KO+=src/kernel_internals/typing/mergecil.ml
ML_LINT_KO+=src/kernel_internals/typing/mergecil.mli ML_LINT_KO+=src/kernel_internals/typing/mergecil.mli
ML_LINT_KO+=src/kernel_internals/typing/oneret.ml ML_LINT_KO+=src/kernel_internals/typing/oneret.ml
ML_LINT_KO+=src/kernel_internals/typing/oneret.mli ML_LINT_KO+=src/kernel_internals/typing/oneret.mli
ML_LINT_KO+=src/kernel_internals/typing/rmtmps.ml
ML_LINT_KO+=src/kernel_internals/typing/rmtmps.mli
ML_LINT_KO+=src/kernel_internals/typing/translate_lightweight.ml ML_LINT_KO+=src/kernel_internals/typing/translate_lightweight.ml
ML_LINT_KO+=src/kernel_internals/typing/translate_lightweight.mli ML_LINT_KO+=src/kernel_internals/typing/translate_lightweight.mli
ML_LINT_KO+=src/kernel_internals/typing/unroll_loops.ml ML_LINT_KO+=src/kernel_internals/typing/unroll_loops.ml
......
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
* Note that certain CIL- and CCured-specific pragmas induce * Note that certain CIL- and CCured-specific pragmas induce
* additional global roots. This functionality is always present, and * additional global roots. This functionality is always present, and
* is not subject to replacement by "filterRoots". * is not subject to replacement by "filterRoots".
*) *)
type rootsFilter = Cil_types.global -> bool type rootsFilter = Cil_types.global -> bool
...@@ -83,10 +83,10 @@ val isCompleteProgramRoot : rootsFilter ...@@ -83,10 +83,10 @@ val isCompleteProgramRoot : rootsFilter
val removeUnusedTemps: ?isRoot:rootsFilter -> Cil_types.file -> unit val removeUnusedTemps: ?isRoot:rootsFilter -> Cil_types.file -> unit
(** removes unused labels for which [is_removable] is true. (** removes unused labels for which [is_removable] is true.
[is_removable] defaults to the negation of boolean flag of [Label] [is_removable] defaults to the negation of boolean flag of [Label]
{i i.e.} only labels generated by CIL may be removed. {i i.e.} only labels generated by CIL may be removed.
@since Carbon-20101201 @since Carbon-20101201
*) *)
val remove_unused_labels: val remove_unused_labels:
?is_removable:(Cil_types.label -> bool) -> Cil_types.fundec -> unit ?is_removable:(Cil_types.label -> bool) -> Cil_types.fundec -> unit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment