Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(749)

Unified Diff: test/mjsunit/regress/wasm/regression-667745.js

Issue 2640013003: [wasm] Some simplifications in function-body-decoder.cc. (Closed)
Patch Set: Regression test had unreachable code. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/wasm/function-body-decoder.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/regress/wasm/regression-667745.js
diff --git a/test/mjsunit/regress/wasm/regression-667745.js b/test/mjsunit/regress/wasm/regression-667745.js
index 7179e54b5c86775577d810afa1ed69a3877f79dc..68c880303b05829f557e2877fa98a47858b760e7 100644
--- a/test/mjsunit/regress/wasm/regression-667745.js
+++ b/test/mjsunit/regress/wasm/regression-667745.js
@@ -381,34 +381,7 @@ kExprNop,
kExprNop,
kExprNop,
kExprNop,
-kExprReturn,
-kExprI32Clz,
-kExprI32Clz,
-kExprI32Clz,
-kExprI32Clz,
-kExprUnreachable,
-kExprI32Clz,
-kExprI32Clz,
-kExprI32Clz,
-kExprI32Clz,
-kExprNop,
-kExprNop,
-kExprNop,
-kExprNop,
-kExprI64DivS,
-kExprI64LoadMem, 0x01, 0x01,
-kExprNop,
-kExprNop,
-kExprNop,
-kExprNop,
-kExprNop,
-kExprNop,
-kExprNop,
-kExprNop,
-kExprI64DivU,
-kExprUnreachable,
-kExprI32GeS,
-kExprI32Const, 0x0b,
+kExprReturn
])
.exportFunc();
var module = builder.instantiate();
« no previous file with comments | « src/wasm/function-body-decoder.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698