Index: src/hydrogen-instructions.h |
=================================================================== |
--- src/hydrogen-instructions.h (revision 9984) |
+++ src/hydrogen-instructions.h (working copy) |
@@ -4138,6 +4138,7 @@ |
pattern_(pattern), |
flags_(flags) { |
SetOperandAt(0, context); |
+ SetAllSideEffects(); |
} |
HValue* context() { return OperandAt(0); } |