mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-21 22:33:49 +00:00
update IR snapshots (#5793)
This commit is contained in:
parent
6c370522a7
commit
00f5c57b86
@ -72,7 +72,7 @@
|
||||
pointer: 2,
|
||||
fun: Add,
|
||||
value: 4,
|
||||
result: 3,
|
||||
result: Some(3),
|
||||
),
|
||||
Return(
|
||||
value: None,
|
||||
|
@ -106,7 +106,7 @@
|
||||
pointer: 4,
|
||||
fun: Add,
|
||||
value: 6,
|
||||
result: 5,
|
||||
result: Some(5),
|
||||
),
|
||||
Return(
|
||||
value: None,
|
||||
|
Loading…
Reference in New Issue
Block a user