summaryrefslogtreecommitdiff
path: root/compiler/coco/core/include/coco/IR/Instr.lst
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/coco/core/include/coco/IR/Instr.lst')
-rw-r--r--compiler/coco/core/include/coco/IR/Instr.lst9
1 files changed, 9 insertions, 0 deletions
diff --git a/compiler/coco/core/include/coco/IR/Instr.lst b/compiler/coco/core/include/coco/IR/Instr.lst
new file mode 100644
index 000000000..f13a65bf2
--- /dev/null
+++ b/compiler/coco/core/include/coco/IR/Instr.lst
@@ -0,0 +1,9 @@
+#ifndef INSTR
+#error Define INSTR first
+#endif // INSTR
+
+// INSTR(Name)
+
+INSTR(Eval)
+INSTR(Shuffle)
+INSTR(Copy)