Index: src/crankshaft/hydrogen.cc |
diff --git a/src/crankshaft/hydrogen.cc b/src/crankshaft/hydrogen.cc |
index 87995c02f6539eceb9eb9268d259550f88ddb26b..d84343f7bb5faa0ef8b97f4f0ad0f4e45b975651 100644 |
--- a/src/crankshaft/hydrogen.cc |
+++ b/src/crankshaft/hydrogen.cc |
@@ -9605,7 +9605,7 @@ void HOptimizedGraphBuilder::VisitCall(Call* expr) { |
syntactic_tail_call_mode, tail_call_mode); |
} else { |
PushArgumentsFromEnvironment(argument_count); |
- if (expr->is_uninitialized() && expr->IsUsingCallFeedbackICSlot()) { |
+ if (expr->is_uninitialized()) { |
// We've never seen this call before, so let's have Crankshaft learn |
// through the type vector. |
call = NewCallFunctionViaIC(function, argument_count, |