diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2026-01-12 20:04:04 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-12 20:04:04 -0500 |
| commit | ad744d11a70136459256f28380ec99c9274fb77d (patch) | |
| tree | e49af735f68246b48015bcf566e3ad9281c52ad4 /willow/lib/IR/Instruction.cpp | |
| parent | 21668be4e41ee27c0cf2f83d3d79ed88b0257d4d (diff) | |
| download | compiler-ad744d11a70136459256f28380ec99c9274fb77d.tar.gz | |
[willow]: verifier work (#3)
Diffstat (limited to 'willow/lib/IR/Instruction.cpp')
| -rw-r--r-- | willow/lib/IR/Instruction.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/willow/lib/IR/Instruction.cpp b/willow/lib/IR/Instruction.cpp index 21a4cae..a61cd55 100644 --- a/willow/lib/IR/Instruction.cpp +++ b/willow/lib/IR/Instruction.cpp @@ -1 +1,3 @@ #include <willow/IR/Instruction.h> + +namespace willow {}; |