Skip to content

Commit 7c238c8

Browse files
committed
fix ir
1 parent 1842f8c commit 7c238c8

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

mypyc/test-data/irbuild-basic.test

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3884,7 +3884,6 @@ def f(s):
38843884
r3, r4 :: bit
38853885
r5, c, r6 :: str
38863886
r7 :: native_int
3887-
out, c :: str
38883887
L0:
38893888
r0 = ''
38903889
out = r0
@@ -3893,7 +3892,6 @@ L1:
38933892
r2 = CPyStr_Size_size_t(s)
38943893
r3 = r2 >= 0 :: signed
38953894
r4 = r1 < r2 :: signed
3896-
if r4 goto L2 else goto L2 :: bool
38973895
L2:
38983896
r5 = CPyStr_GetItemUnsafe(s, r1)
38993897
c = r5

0 commit comments

Comments
 (0)