From f0695a79d14c28fb35602c1f65714011932df17d Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 26 Nov 2018 04:43:42 -0800 Subject: [PATCH] Add an autoinst line for fallthrough_return so that it's included in the docs. --- cranelift/docs/ir.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/cranelift/docs/ir.rst b/cranelift/docs/ir.rst index 5925f4e601..c86e7fb3a0 100644 --- a/cranelift/docs/ir.rst +++ b/cranelift/docs/ir.rst @@ -460,6 +460,7 @@ preamble`: .. autoinst:: call .. autoinst:: x_return +.. autoinst:: fallthrough_return This simple example illustrates direct function calls and signatures: