diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2026-01-11 21:34:23 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-11 21:34:23 -0500 |
| commit | 21668be4e41ee27c0cf2f83d3d79ed88b0257d4d (patch) | |
| tree | cfa836d244b9cc1194e3be817453af59d7166863 /willow/lib | |
| parent | 3f60b0f7f43815f7cd38f744d3fbe56d04b6d8c3 (diff) | |
| download | compiler-21668be4e41ee27c0cf2f83d3d79ed88b0257d4d.tar.gz | |
[willow]: Diagnostics and plumbing (#2)
Diffstat (limited to 'willow/lib')
| -rw-r--r-- | willow/lib/IR/Instruction.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/willow/lib/IR/Instruction.cpp b/willow/lib/IR/Instruction.cpp new file mode 100644 index 0000000..21a4cae --- /dev/null +++ b/willow/lib/IR/Instruction.cpp @@ -0,0 +1 @@ +#include <willow/IR/Instruction.h> |