LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
fwd.hh
Go to the documentation of this file.
1 
6 #ifndef TARGET_FWD_HH
7 # define TARGET_FWD_HH
8 
10 namespace target
11 {
12  // cpu.hh.
13  class Cpu;
14 
15  // cpu-limits.hh.
16  class CpuLimits;
17 
18  // target.hh.
19  class Target;
20 
21  // codegen.hh.
22  class Codegen;
23 
24  // assembly.hh.
25  class Assembly;
26 
27  namespace mips
28  {
29  // mips/cpu.hh.
30  class Cpu;
31 
32  // ia32/target.hh.
33  class Target;
34  }
35 
36  namespace ia32
37  {
38  // ia32/cpu.hh.
39  class Cpu;
40 
41  // ia32/target.hh.
42  class Target;
43  }
44 }
45 
46 #endif // !TARGET_FWD_HH