Chromium Code Reviews| Index: src/wasm/asm-wasm-builder.cc |
| diff --git a/src/wasm/asm-wasm-builder.cc b/src/wasm/asm-wasm-builder.cc |
| index 49b6e0cf7cbdfef8dd72f4f5e1a446c2ec5534a6..ee5427b174d11e8736ca08af45e605e55f3ca8ab 100644 |
| --- a/src/wasm/asm-wasm-builder.cc |
| +++ b/src/wasm/asm-wasm-builder.cc |
| @@ -874,7 +874,6 @@ class AsmWasmBuilderImpl : public AstVisitor { |
| (TypeOf(expr->left()) == kAstI32)) { |
| return kAsIs; |
| } else { |
| - UNREACHABLE(); |
| return kNone; |
| } |
| } |