Chromium Code Reviews| Index: vm/intermediate_language.cc |
| =================================================================== |
| --- vm/intermediate_language.cc (revision 10161) |
| +++ vm/intermediate_language.cc (working copy) |
| @@ -984,6 +984,11 @@ |
| } |
| +RawAbstractType* DoubleBinaryOpComp::StaticType() const { |
| + return Type::DoubleInterface(); |
| +} |
| + |
| + |
| RawAbstractType* UnarySmiOpComp::StaticType() const { |
| return Type::IntInterface(); |
| } |