Index: runtime/vm/compiler.cc |
diff --git a/runtime/vm/compiler.cc b/runtime/vm/compiler.cc |
index 0aefaf912222ee7bc036f8c0446c727541bafbac..9c2822a0b67e04a98206cc8fa9cf470f112b7fa2 100644 |
--- a/runtime/vm/compiler.cc |
+++ b/runtime/vm/compiler.cc |
@@ -451,7 +451,7 @@ static bool CompileParsedFunctionHelper(ParsedFunction* parsed_function, |
// We have to perform range analysis after LICM because it |
// optimistically moves CheckSmi through phis into loop preheaders |
// making some phis smi. |
- optimizer.InferSmiRanges(); |
+ optimizer.InferIntRanges(); |
DEBUG_ASSERT(flow_graph->VerifyUseLists()); |
} |