Files
triton/include/codegen/liveness.h

11 lines
132 B
C
Raw Normal View History

#ifndef TDL_INCLUDE_IR_CODEGEN_LIVENESS_H
#define TDL_INCLUDE_IR_CODEGEN_LIVENESS_H
namespace tdl{
namespace codegen{
}
}
#endif