aboutsummaryrefslogtreecommitdiffhomepage
path: root/compiler/testdata/channel.ll
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/testdata/channel.ll')
-rw-r--r--compiler/testdata/channel.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/testdata/channel.ll b/compiler/testdata/channel.ll
index 2d4f1475b..04bfa4af1 100644
--- a/compiler/testdata/channel.ll
+++ b/compiler/testdata/channel.ll
@@ -6,7 +6,8 @@ target triple = "wasm32-unknown-wasi"
%runtime.channel = type { i32, i32, i8, %runtime.channelBlockedList*, i32, i32, i32, i8* }
%runtime.channelBlockedList = type { %runtime.channelBlockedList*, %"internal/task.Task"*, %runtime.chanSelectState*, { %runtime.channelBlockedList*, i32, i32 } }
%"internal/task.Task" = type { %"internal/task.Task"*, i8*, i64, %"internal/task.state" }
-%"internal/task.state" = type { i8* }
+%"internal/task.state" = type { i32, i8*, %"internal/task.stackState", i1 }
+%"internal/task.stackState" = type { i32, i32 }
%runtime.chanSelectState = type { %runtime.channel*, i8* }
declare noalias nonnull i8* @runtime.alloc(i32, i8*, i8*, i8*)