Reviewers: Jakob,
Message:
PTAL
Description:
Alias HStoreNamedField::observed_input_representation to its required input
representation.
BUG=
Please review this at https://chromiumcodereview.appspot.com/23059002/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files:
M src/hydrogen-instructions.h
Index: src/hydrogen-instructions.h
diff --git a/src/hydrogen-instructions.h b/src/hydrogen-instructions.h
index
257233b0f6a87e676b023fe9793e9f310fde83c6..7be156f69f44bfd554391d4f5fa80b230dcbd8db
100644
--- a/src/hydrogen-instructions.h
+++ b/src/hydrogen-instructions.h
@@ -5911,6 +5911,11 @@ class HStoreNamedField: public
HTemplateInstruction<3> {
}
return Representation::Tagged();
}
+
+ virtual Representation observed_input_representation(int index) {
+ return RequiredInputRepresentation(index);
+ }
+
virtual void HandleSideEffectDominator(GVNFlag side_effect,
HValue* dominator) {
ASSERT(side_effect == kChangesNewSpacePromotion);
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.