mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-15 23:18:48 +00:00
Hotfix mem2reg examples
This commit is contained in:
@@ -113,7 +113,7 @@ init:
|
||||
%l3:i8:w
|
||||
|
||||
block b666:
|
||||
%b666:i0:unit = store %l3:*i8 42:i8
|
||||
%b666:i0:unit = store 42:i8 %l3:*i8
|
||||
%b666:i1:unit = call @sinkptr:*[ret:unit params:(*i8)](%l3:*i8)
|
||||
%b666:i2:i8 = load %l3:*i8
|
||||
j b0()
|
||||
|
||||
@@ -116,7 +116,7 @@ init:
|
||||
%l3:i8:w
|
||||
|
||||
block b666:
|
||||
%b666:i0:unit = store %l3:*i8 42:i8
|
||||
%b666:i0:unit = store 42:i8 %l3:*i8
|
||||
%b666:i1:unit = call @sinkptr:*[ret:unit params:(*i8)](%l3:*i8)
|
||||
%b666:i2:i8 = load %l3:*i8
|
||||
j b0(undef:i32, undef:i16, undef:i64)
|
||||
|
||||
Reference in New Issue
Block a user