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

Unified Diff: runtime/vm/flow_graph_range_analysis.h

Issue 484693002: Don't check for reaching type in the RangeAnalysis::GetRange. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fix UnboxIntegerInstr::InferRange Created 6 years, 4 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 | runtime/vm/flow_graph_range_analysis.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/flow_graph_range_analysis.h
diff --git a/runtime/vm/flow_graph_range_analysis.h b/runtime/vm/flow_graph_range_analysis.h
index 135cca0fa5720087728b48db7fa6b9b01a0454cf..168595b9b65a501c2e60bd56745fcbc9e5bb84ae 100644
--- a/runtime/vm/flow_graph_range_analysis.h
+++ b/runtime/vm/flow_graph_range_analysis.h
@@ -444,7 +444,7 @@ class RangeAnalysis : public ValueObject {
// inference.
// Returns meaningful results for uses of non-smi definitions that have smi
// as a reaching type.
- const Range* GetRange(Value* value) const;
+ const Range* GetSmiRange(Value* value) const;
private:
enum JoinOperator {
« no previous file with comments | « no previous file | runtime/vm/flow_graph_range_analysis.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698