diff options
Diffstat (limited to 'src/wasm-ir-builder.h')
-rw-r--r-- | src/wasm-ir-builder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm-ir-builder.h b/src/wasm-ir-builder.h index dcb25efa7..5add042a6 100644 --- a/src/wasm-ir-builder.h +++ b/src/wasm-ir-builder.h @@ -168,7 +168,7 @@ public: [[nodiscard]] Result<> makeRefTest(Type type); [[nodiscard]] Result<> makeRefCast(Type type); [[nodiscard]] Result<> - makeBrOn(Index label, BrOnOp op, Type castType = Type::none); + makeBrOn(Index label, BrOnOp op, Type in = Type::none, Type out = Type::none); [[nodiscard]] Result<> makeStructNew(HeapType type); [[nodiscard]] Result<> makeStructNewDefault(HeapType type); [[nodiscard]] Result<> |