renamed "blockstmt" to "block_stmt"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:53:04 +02:00
parent 54edbca268
commit 03c8eb87d2
3 changed files with 3 additions and 3 deletions

View File

@@ -150,7 +150,7 @@ jump_targets (unique int jump: @stmt ref,
case @stmt.kind of
0 = @empty_stmt
| 1 = @blockstmt
| 1 = @block_stmt
| 2 = @exprstmt
| 3 = @ifstmt
| 4 = @labeledstmt