LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
pruner.hh
Go to the documentation of this file.
1 
6 #ifndef INLINING_PRUNER_HH
7 # define INLINING_PRUNER_HH
8 
9 # include <map>
10 # include <astclone/cloner.hh>
11 # include <misc/set.hh>
12 
13 namespace inlining
14 {
15 
17  class Pruner : public astclone::Cloner
18  {
19  public:
21 
22  // Import overloaded virtual functions.
23  using super_type::operator();
24 
26  Pruner();
27 
30  public:
31  // FIXME: Some code was deleted here.
33 
34  // FIXME: Some code was deleted here.
35  };
36 
37 } // namespace inlining
38 
39 #endif // !INLINING_PRUNER_HH