Index: src/ast.cc |
diff --git a/src/ast.cc b/src/ast.cc |
index 6816992ae8fecebb620e8918cb99a1e478de7dbf..a7d9bad3845ee63b366e794cd8bb4fc976e754ee 100644 |
--- a/src/ast.cc |
+++ b/src/ast.cc |
@@ -615,9 +615,6 @@ void CallNew::RecordTypeFeedback(TypeFeedbackOracle* oracle) { |
is_monomorphic_ = oracle->CallNewIsMonomorphic(CallNewFeedbackSlot()); |
if (is_monomorphic_) { |
target_ = oracle->GetCallNewTarget(CallNewFeedbackSlot()); |
- if (!allocation_site_.is_null()) { |
mvstanton
2014/09/24 15:13:52
ah, thanks!
|
- elements_kind_ = allocation_site_->GetElementsKind(); |
- } |
} |
} |