1 //===-- jitcs_ids.h - ID types for instructions et al. ----------*- C++ -*-===//
5 //===----------------------------------------------------------------------===//
10 #include "jitcs_base.h"
11 #include "jitcs_adt_ref.h"
19 typedef Ref
<IFunction
> IFunctionRef
;
20 typedef Ref
<IBasicBlock
> IFunctionRef
;
21 typedef Ref
<Instruction
> InstructionRef
;
23 } // end of namespace jitcs