LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
cpu-limits.hh
Go to the documentation of this file.
1 
6 #ifndef TARGET_CPU_LIMITS_HH
7 # define TARGET_CPU_LIMITS_HH
8 
9 # include <vector>
10 
11 # include <temp/fwd.hh>
12 
13 namespace target
14 {
15 
17  class CpuLimits
18  {
19  public:
21  int callee_save_max = 99;
23  int caller_save_max = 99;
25  int argument_max = 99;
26  };
27 
28 } // namespace target
29 
30 #endif // !TARGET_CPU_LIMITS_HH