Skip to content

Commit 607df66

Browse files
authored
Update README.md
1 parent 73b3098 commit 607df66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Hyperbee.Expressions.Compiler/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Expression Tree
195195
| **StackSpillPass** | Ensures stack is empty at exception handling boundaries (CLR requirement) |
196196
| **PeepholePass** | Removes redundant load/store pairs, dead loads, identity box/unbox roundtrips |
197197
| **DeadCodePass** | Eliminates unreachable instructions after unconditional control transfers |
198-
| **IRValidator** | Structural validation stack depth, label references, exception blocks (DEBUG only) |
198+
| **IRValidator** | Structural validation - stack depth, label references, exception blocks (DEBUG only) |
199199

200200
## Supported Frameworks
201201

0 commit comments

Comments
 (0)