CBMC
remove_unreachable.h
Go to the documentation of this file.
1 /*******************************************************************\
2 
3 Module: Program Transformation
4 
5 Author: Daniel Kroening, kroening@kroening.com
6 
7 \*******************************************************************/
8 
11 
12 #ifndef CPROVER_GOTO_PROGRAMS_REMOVE_UNREACHABLE_H
13 #define CPROVER_GOTO_PROGRAMS_REMOVE_UNREACHABLE_H
14 
15 class goto_functionst;
16 class goto_programt;
17 
18 void remove_unreachable(goto_programt &goto_program);
19 void remove_unreachable(goto_functionst &goto_functions);
20 
21 #endif // CPROVER_GOTO_PROGRAMS_REMOVE_UNREACHABLE_H
A collection of goto functions.
A generic container class for the GOTO intermediate representation of one function.
Definition: goto_program.h:73
void remove_unreachable(goto_programt &goto_program)
remove unreachable code