We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73b3098 commit 607df66Copy full SHA for 607df66
src/Hyperbee.Expressions.Compiler/README.md
@@ -195,7 +195,7 @@ Expression Tree
195
| **StackSpillPass** | Ensures stack is empty at exception handling boundaries (CLR requirement) |
196
| **PeepholePass** | Removes redundant load/store pairs, dead loads, identity box/unbox roundtrips |
197
| **DeadCodePass** | Eliminates unreachable instructions after unconditional control transfers |
198
-| **IRValidator** | Structural validation — stack depth, label references, exception blocks (DEBUG only) |
+| **IRValidator** | Structural validation - stack depth, label references, exception blocks (DEBUG only) |
199
200
## Supported Frameworks
201
0 commit comments