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

Unified Diff: src/hydrogen-instructions.h

Issue 18998003: Revert "Calls to HCheckFunction can be eliminated if the value is an HConstant" (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 5 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 | « no previous file | src/hydrogen-instructions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/hydrogen-instructions.h
diff --git a/src/hydrogen-instructions.h b/src/hydrogen-instructions.h
index 9e8ba7665478e427be342b85716f47a39de86efb..ac7fc63a7d28f13437434d954c2fd04acecf4fc7 100644
--- a/src/hydrogen-instructions.h
+++ b/src/hydrogen-instructions.h
@@ -2838,8 +2838,6 @@ class HCheckFunction: public HUnaryOperation {
virtual void PrintDataTo(StringStream* stream);
virtual HType CalculateInferredType();
- virtual HValue* Canonicalize();
-
#ifdef DEBUG
virtual void Verify();
#endif
@@ -3413,11 +3411,6 @@ class HConstant: public HTemplateInstruction<0> {
}
}
- bool UniqueValueIdsMatch(UniqueValueId other) {
- if (!has_double_value_) return unique_id_ == other;
- return false;
- }
-
#ifdef DEBUG
virtual void Verify() { }
#endif
« no previous file with comments | « no previous file | src/hydrogen-instructions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698