Index: src/full-codegen/ppc/full-codegen-ppc.cc |
diff --git a/src/full-codegen/ppc/full-codegen-ppc.cc b/src/full-codegen/ppc/full-codegen-ppc.cc |
index c7718a893a0aa091bc05d8c59900e6843c52e3e5..d16f68be17c83f710c98c2c409a6edd8bb42a0fb 100644 |
--- a/src/full-codegen/ppc/full-codegen-ppc.cc |
+++ b/src/full-codegen/ppc/full-codegen-ppc.cc |
@@ -1107,11 +1107,6 @@ void FullCodeGenerator::VisitForInStatement(ForInStatement* stmt) { |
__ cmp(r7, r5); |
__ beq(&update_each); |
- // For proxies, no filtering is done. |
- // TODO(rossberg): What if only a prototype is a proxy? Not specified yet. |
- __ CmpSmiLiteral(r5, Smi::FromInt(0), r0); |
- __ beq(&update_each); |
- |
// Convert the entry to a string or (smi) 0 if it isn't a property |
// any more. If the property has been removed while iterating, we |
// just skip it. |