aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/Cutil.mli
diff options
context:
space:
mode:
authorXavier Leroy <xavierleroy@users.noreply.github.com>2017-02-15 11:30:14 +0100
committerGitHub <noreply@github.com>2017-02-15 11:30:14 +0100
commit53479577c06db853f48cf9927b5039507436be45 (patch)
tree53583f62226462200c1c00c1e12806c42c9d1a6d /cparser/Cutil.mli
parent4ac453011fb3ee241c6f3023f79c942d99f72eb5 (diff)
parent6805bcf7b3ddd78bcbe0e25618ccaf0429ff78ec (diff)
downloadcompcert-kvx-53479577c06db853f48cf9927b5039507436be45.tar.gz
compcert-kvx-53479577c06db853f48cf9927b5039507436be45.zip
Merge pull request #162 from AbsInt/return-analysis-2
Improved warnings related to function returns
Diffstat (limited to 'cparser/Cutil.mli')
-rw-r--r--cparser/Cutil.mli5
1 files changed, 0 insertions, 5 deletions
diff --git a/cparser/Cutil.mli b/cparser/Cutil.mli
index 9d053717..a1b9cd26 100644
--- a/cparser/Cutil.mli
+++ b/cparser/Cutil.mli
@@ -285,8 +285,3 @@ val subst_expr: exp IdentMap.t -> exp -> exp
val subst_init: exp IdentMap.t -> init -> init
val subst_decl: exp IdentMap.t -> decl -> decl
val subst_stmt: exp IdentMap.t -> stmt -> stmt
-
-(* Statement properties *)
-
-val contains_return: stmt -> bool
- (* Does the stmt contain a return. *)