| Index: test/mjsunit/regress/regress-mul-canoverflowb.js
|
| diff --git a/test/mjsunit/regress/regress-mul-canoverflowb.js b/test/mjsunit/regress/regress-mul-canoverflowb.js
|
| index 2332e94ad06d0e50e14f440622b8a002518ac622..4203ac48da3f2fe6dbf1cdfbeae7ff38a4fffa99 100644
|
| --- a/test/mjsunit/regress/regress-mul-canoverflowb.js
|
| +++ b/test/mjsunit/regress/regress-mul-canoverflowb.js
|
| @@ -30,8 +30,8 @@
|
| function boom(a) {
|
| return ((a | 0) * (a | 0)) | 0;
|
| }
|
| +%NeverOptimizeFunction(boom_unoptimized);
|
| function boom_unoptimized(a) {
|
| - %NeverOptimize();
|
| return ((a | 0) * (a | 0)) | 0;
|
| }
|
|
|
|
|