Skip to content

Commit 011c97e

Browse files
committed
[WebAssembly] Simple comment fix. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@334899 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 73b1acb commit 011c97e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Target/WebAssembly/WebAssemblyInstrControl.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def CATCH_ALL : I<(outs), (ins), [], "catch_all", 0x05>;
153153

154154
// Pseudo instructions: cleanupret / catchret
155155
// They are not return instructions in wasm, but setting 'isReturn' to true as
156-
// in X86 is necessary for computing funclet membership.
156+
// in X86 is necessary for computing EH scope membership.
157157
let isTerminator = 1, hasSideEffects = 1, isBarrier = 1, hasCtrlDep = 1,
158158
isCodeGenOnly = 1, isReturn = 1 in {
159159
def CLEANUPRET : I<(outs), (ins), [(cleanupret)], "", 0>;

0 commit comments

Comments
 (0)