diff options
Diffstat (limited to 'src/ir/effects.h')
-rw-r--r-- | src/ir/effects.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/ir/effects.h b/src/ir/effects.h index d5b917d8b..39d0d265a 100644 --- a/src/ir/effects.h +++ b/src/ir/effects.h @@ -554,10 +554,8 @@ private: void visitBrOnCast(BrOnCast* curr) { WASM_UNREACHABLE("TODO (gc): br_on_cast"); } - void visitRttCanon(RttCanon* curr) { - WASM_UNREACHABLE("TODO (gc): rtt.canon"); - } - void visitRttSub(RttSub* curr) { WASM_UNREACHABLE("TODO (gc): rtt.sub"); } + void visitRttCanon(RttCanon* curr) {} + void visitRttSub(RttSub* curr) {} void visitStructNew(StructNew* curr) { WASM_UNREACHABLE("TODO (gc): struct.new"); } |