extract out pet_filter_insert_pma to separate file
commit283b8a3eb791f1b7cdc1b12e9daecc5b8385564c
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 31 Jan 2014 10:51:42 +0000 (31 11:51 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 21 Mar 2014 08:06:19 +0000 (21 09:06 +0100)
treea2fda757648792d769c5e6e950753456d505e224
parent11c04dc6b4fdff460e5a1c06b32a2ea54aa1c686
extract out pet_filter_insert_pma to separate file

This function is used from both pet_expr_filter and stmt_filter.
The former will be moved to a separate file in a subsequent commit.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
Makefile.am
filter.c [new file with mode: 0644]
filter.h [new file with mode: 0644]
scop.c