[Intermediate Representation] Added skeleton
This commit is contained in:
10
lib/ir/context.cpp
Normal file
10
lib/ir/context.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "ir/context.h"
|
||||
|
||||
namespace tdl{
|
||||
namespace ir{
|
||||
|
||||
/* Context */
|
||||
context::context() { }
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user