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

Unified Diff: src/hydrogen.h

Issue 11962041: Revert r13409 ("Make the array bounds check elimination phase optional (and set the foundation for … (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 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/code-stubs-hydrogen.cc ('k') | src/hydrogen.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/hydrogen.h
diff --git a/src/hydrogen.h b/src/hydrogen.h
index 72a4feb39375af45f8c818b93d592f8f6793cae9..eb5ec52da6350a7126ef0f45f5e4d34f5b95bdf9 100644
--- a/src/hydrogen.h
+++ b/src/hydrogen.h
@@ -273,7 +273,6 @@ class HGraph: public ZoneObject {
void EliminateRedundantBoundsChecks();
void DehoistSimpleArrayIndexComputations();
void DeadCodeElimination();
- void ApplyActualValues();
void PropagateDeoptimizingMark();
void EliminateUnusedInstructions();
@@ -880,8 +879,7 @@ class HGraphBuilder {
HCheckMaps* mapcheck,
bool is_js_array,
ElementsKind elements_kind,
- bool is_store,
- Representation checked_index_representation = Representation::None());
+ bool is_store);
private:
HGraphBuilder();
« no previous file with comments | « src/code-stubs-hydrogen.cc ('k') | src/hydrogen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698