update IR snapshots (#5793)

This commit is contained in:
Teodor Tanasoaia 2024-06-11 00:41:07 +02:00 committed by GitHub
parent 6c370522a7
commit 00f5c57b86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@
pointer: 2,
fun: Add,
value: 4,
result: 3,
result: Some(3),
),
Return(
value: None,

View File

@ -106,7 +106,7 @@
pointer: 4,
fun: Add,
value: 6,
result: 5,
result: Some(5),
),
Return(
value: None,