mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-08 21:13:39 +00:00
Switch interp tests to opaque pointers
This commit is contained in:
committed by
Ayke
parent
2b1dc4fee5
commit
b4c9b579b8
Vendored
+2
-2
@@ -25,7 +25,7 @@ for.loop:
|
||||
br i1 %icmp, label %for.done, label %for.loop
|
||||
|
||||
for.done:
|
||||
store i8 %a, i8* @main.phiNodesResultA
|
||||
store i8 %b, i8* @main.phiNodesResultB
|
||||
store i8 %a, ptr @main.phiNodesResultA
|
||||
store i8 %b, ptr @main.phiNodesResultB
|
||||
ret void
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user