Chromium Code Reviews

Unified Diff: test/mjsunit/runtime-gen/maxsmi.js

Issue 302703004: Inlined optimized runtime functions: expose Runtime versions for direct testing, skip Hydrogen vers… (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « test/mjsunit/runtime-gen/mathsqrtrt.js ('k') | test/mjsunit/runtime-gen/typedarraygetlength.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/runtime-gen/maxsmi.js
diff --git a/test/mjsunit/runtime-gen/maxsmi.js b/test/mjsunit/runtime-gen/maxsmi.js
index 8b11e487f83806579ffddb8de359baf258daa758..24cf862df180996d15619e037dea826b58f419c5 100644
--- a/test/mjsunit/runtime-gen/maxsmi.js
+++ b/test/mjsunit/runtime-gen/maxsmi.js
@@ -1,4 +1,4 @@
// Copyright 2014 the V8 project authors. All rights reserved.
// AUTO-GENERATED BY tools/generate-runtime-tests.py, DO NOT MODIFY
// Flags: --allow-natives-syntax --harmony
-%_MaxSmi();
+%MaxSmi();
« no previous file with comments | « test/mjsunit/runtime-gen/mathsqrtrt.js ('k') | test/mjsunit/runtime-gen/typedarraygetlength.js » ('j') | no next file with comments »

Powered by Google App Engine