Skip to content

Commit d1a4396

Browse files
authored
flambda-backend: Add a returns field to Cmm.Cextcall (#74)
1 parent 575dff5 commit d1a4396

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testsuite/tools/parsecmm.mly

+1
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ expr:
223223
| LPAREN EXTCALL STRING exprlist machtype RPAREN
224224
{Cop(Cextcall {name=$3; ret=$5; alloc=false;
225225
builtin=false;
226+
returns=true;
226227
effects=Arbitrary_effects;
227228
coeffects=Has_coeffects;
228229
ty_args=[];},

0 commit comments

Comments
 (0)