ppcg_scop_from_pet_scop: collect kills
[ppcg.git] / rewrite.h
blob6a0b786a15d6e74748155fcd02c7414b907aa51a
1 #ifndef _REWRITE_H_
2 #define _REWRITE_H_
4 #include <stdio.h>
6 void copy_before_scop(FILE *input, FILE *output);
7 void copy_after_scop(FILE *input, FILE *output);
9 #endif