Chromium Code Reviews| Index: src/hydrogen-instructions.cc |
| =================================================================== |
| --- src/hydrogen-instructions.cc (revision 11348) |
| +++ src/hydrogen-instructions.cc (working copy) |
| @@ -2272,6 +2272,13 @@ |
| } |
| +void HBitwise::PrintDataTo(StringStream* stream) { |
| + stream->Add(Token::Name(op_)); |
| + stream->Add(" "); |
| + HBitwiseBinaryOperation::PrintDataTo(stream); |
| +} |
| + |
| + |
| Representation HPhi::InferredRepresentation() { |
| bool double_occurred = false; |
| bool int32_occurred = false; |