| Index: src/crankshaft/hydrogen.h
|
| diff --git a/src/crankshaft/hydrogen.h b/src/crankshaft/hydrogen.h
|
| index df8ace62e5abf5cf72fd947a601a9d112fedefe0..152a5b44437673eab69fdb36a344431c159ebeea 100644
|
| --- a/src/crankshaft/hydrogen.h
|
| +++ b/src/crankshaft/hydrogen.h
|
| @@ -2235,8 +2235,6 @@ class HOptimizedGraphBuilder : public HGraphBuilder, public AstVisitor {
|
| F(RegExpConstructResult) \
|
| F(NumberToString) \
|
| F(DebugIsActive) \
|
| - F(Likely) \
|
| - F(Unlikely) \
|
| F(HasInPrototypeChain) \
|
| /* Typed Arrays */ \
|
| F(TypedArrayInitialize) \
|
|
|