diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2026-01-13 15:25:34 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-13 15:25:34 -0500 |
| commit | 291bec344a99cd4a4874117d31fa1c66194fa81e (patch) | |
| tree | fa1388af5580a1ca3a926d003122574d67640a2e /willow/include | |
| parent | ad744d11a70136459256f28380ec99c9274fb77d (diff) | |
| download | compiler-291bec344a99cd4a4874117d31fa1c66194fa81e.tar.gz | |
[willow]: documentation cleanup (#4)
Diffstat (limited to 'willow/include')
| -rw-r--r-- | willow/include/willow/IR/Instruction.h | 2 | ||||
| -rw-r--r-- | willow/include/willow/IR/Verifier.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/willow/include/willow/IR/Instruction.h b/willow/include/willow/IR/Instruction.h index 39e0469..0702b20 100644 --- a/willow/include/willow/IR/Instruction.h +++ b/willow/include/willow/IR/Instruction.h @@ -1,4 +1,4 @@ -#ifndef WILLOW_INCLUDE_Ia_INSTRUCTION_H +#ifndef WILLOW_INCLUDE_IR_INSTRUCTION_H #define WILLOW_INCLUDE_IR_INSTRUCTION_H #include <willow/IR/Location.h> diff --git a/willow/include/willow/IR/Verifier.h b/willow/include/willow/IR/Verifier.h index b5df294..9fe1618 100644 --- a/willow/include/willow/IR/Verifier.h +++ b/willow/include/willow/IR/Verifier.h @@ -1,8 +1,8 @@ #ifndef WILLOW_INCLUDE_IR_VERIFIER_H #define WILLOW_INCLUDE_IR_VERIFIER_H -/// \file These are generic helpers for verification of IR, that can be used to -/// check the validity of a transformation. +/// \file Verifier.h These are generic helpers for verification of IR, that can +/// be used to check the validity of a transformation. #include <willow/Util/LogicalResult.h> |