mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-12 05:56:28 +00:00
[WebAssembly] Simple comment fix. NFC.
llvm-svn: 334899
This commit is contained in:
parent
29015a63e6
commit
fa383144a4
@ -153,7 +153,7 @@ def CATCH_ALL : I<(outs), (ins), [], "catch_all", 0x05>;
|
||||
|
||||
// Pseudo instructions: cleanupret / catchret
|
||||
// They are not return instructions in wasm, but setting 'isReturn' to true as
|
||||
// in X86 is necessary for computing funclet membership.
|
||||
// in X86 is necessary for computing EH scope membership.
|
||||
let isTerminator = 1, hasSideEffects = 1, isBarrier = 1, hasCtrlDep = 1,
|
||||
isCodeGenOnly = 1, isReturn = 1 in {
|
||||
def CLEANUPRET : I<(outs), (ins), [(cleanupret)], "", 0>;
|
||||
|
Loading…
Reference in New Issue
Block a user