15 lines
143 B
C
15 lines
143 B
C
![]() |
#ifndef TDL_INCLUDE_IR_CONTEXT_H
|
||
|
#define TDL_INCLUDE_IR_CONTEXT_H
|
||
|
|
||
|
namespace tdl{
|
||
|
namespace ir{
|
||
|
|
||
|
/* Context */
|
||
|
class context {
|
||
|
};
|
||
|
|
||
|
}
|
||
|
}
|
||
|
|
||
|
#endif
|