From 6ff275320f85973bc7230ddbd5efc32aa8bbb42a Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 21 Sep 2015 16:26:55 -0700 Subject: Rename `call_direct` to `call` to match the spec repo. --- AstSemantics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AstSemantics.md b/AstSemantics.md index 415c3cc..097bda8 100644 --- a/AstSemantics.md +++ b/AstSemantics.md @@ -306,7 +306,7 @@ restriction may be lifted in the future. Direct calls to a function specify the callee by index into a function table. - * `call_direct`: call function directly + * `call`: call function directly Calls must match the function signature exactly. -- cgit v1.2.3