#include "common/system_specific.h"
#include "cloning_utils.h"
#include "suifcloning/cloner.h"
Functions | |
Statement* | clone_statement (SuifEnv *env,SymbolTable *table,const Statement *stat) |
Clone a statement or statement list Sets up all the parameters to handle labels correctly. More... |
|
Clone a statement or statement list Sets up all the parameters to handle labels correctly.
suif | environment to clone in |
symbol | table to put created labels into |
statement | to clone |