Skip to content

Commit bb0a5eb

Browse files
committed
fix ir
1 parent f718507 commit bb0a5eb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

mypyc/test-data/irbuild-int.test

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,7 @@ def f(x: int) -> int:
216216
return x.bit_length()
217217
[out]
218218
def f(x):
219-
x :: int
220-
r0 :: int
219+
x, r0 :: int
221220
L0:
222-
r0 = int_bit_length x
221+
r0 = CPyTagged_BitLength(x)
223222
return r0

0 commit comments

Comments
 (0)