Switch interp tests to opaque pointers

This commit is contained in:
Elliott Sales de Andrade
2023-04-15 16:42:11 -04:00
committed by Ayke
parent 2b1dc4fee5
commit b4c9b579b8
11 changed files with 194 additions and 201 deletions
+2 -2
View File
@@ -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
}