Index: src/compiler.cc |
diff --git a/src/compiler.cc b/src/compiler.cc |
index 9d27783964eb54f87c33ffcde98745ba8c04457a..3f7eb40f19d864974e62be9cf559c2e0c8df3de8 100644 |
--- a/src/compiler.cc |
+++ b/src/compiler.cc |
@@ -475,7 +475,6 @@ OptimizedCompileJob::Status OptimizedCompileJob::CreateGraph() { |
: new (info()->zone()) HOptimizedGraphBuilder(info()); |
Timer t(this, &time_taken_to_create_graph_); |
- info()->SetThisHasUses(false); |
graph_ = graph_builder_->CreateGraph(); |
if (isolate()->has_pending_exception()) { |