Skip to content

Commit f193657

Browse files
committed
unload #as foot-gun
1 parent c217ef7 commit f193657

File tree

1 file changed

+1
-1
lines changed
  • kmir/src/kmir/kdist/mir-semantics

1 file changed

+1
-1
lines changed

kmir/src/kmir/kdist/mir-semantics/kmir.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ The local data has to be set up for the call, which requires information about t
504504
505505
// reserve space for local variables and copy arguments from old locals into their place
506506
rule <k> #setUpCalleeData(
507-
monoItemFn(_, _, body(FIRST:BasicBlock _ #as BLOCKS, NEWLOCALS, _, _, _, _) _:Bodies),
507+
monoItemFn(_, _, body((FIRST:BasicBlock _) #as BLOCKS, NEWLOCALS, _, _, _, _) _:Bodies),
508508
ARGS
509509
)
510510
=>

0 commit comments

Comments
 (0)