From 985b13934da0eea9e01db6232c958485e30b97ef Mon Sep 17 00:00:00 2001 From: llogick <16590917+llogick@users.noreply.github.com> Date: Thu, 24 Oct 2024 11:12:12 -0700 Subject: [PATCH] Remove `@setAlignStack` from the langref --- doc/langref.html.in | 7 ------- 1 file changed, 7 deletions(-) diff --git a/doc/langref.html.in b/doc/langref.html.in index d8433c5b497b..3ed8d9d3ae0b 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -5295,13 +5295,6 @@ fn cmpxchgWeakButNotAtomic(comptime T: type, ptr: *T, expected_value: T, new_val {#see_also|Vectors#} {#header_close#} - {#header_open|@setAlignStack#} -
{#syntax#}@setAlignStack(comptime alignment: u29) void{#endsyntax#}
-

- Ensures that a function will have a stack alignment of at least {#syntax#}alignment{#endsyntax#} bytes. -

- {#header_close#} - {#header_open|@setEvalBranchQuota#}
{#syntax#}@setEvalBranchQuota(comptime new_quota: u32) void{#endsyntax#}