Skip to content

Commit 6f54497

Browse files
committed
comment
1 parent d14eeca commit 6f54497

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

llvm/lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,10 @@
132132
/// 2) In the function entry that calls setjmp, initialize
133133
/// functionInvocationId as follows:
134134
///
135-
/// functionInvocationId = alloca()
135+
/// functionInvocationId = alloca(4)
136+
///
137+
/// Note: the alloca size is not important as this pointer is
138+
/// merely used for pointer comparisions.
136139
///
137140
/// 3) Lower
138141
/// setjmp(env)

0 commit comments

Comments
 (0)